(feat): add livetracking of running schedules (#2683)

This commit is contained in:
Max Novich
2025-05-27 14:18:02 -07:00
committed by GitHub
parent 64b3f4b523
commit 84acedc01a
8 changed files with 261 additions and 27 deletions
+1
View File
@@ -304,6 +304,7 @@ export type RunNowResponse = {
export type ScheduledJob = {
cron: string;
currently_running?: boolean;
id: string;
last_run?: string | null;
source: string;