feat(cron): post isolated summaries
This commit is contained in:
@@ -7,6 +7,7 @@ export type CronRunLogEntry = {
|
||||
action: "finished";
|
||||
status?: "ok" | "error" | "skipped";
|
||||
error?: string;
|
||||
summary?: string;
|
||||
runAtMs?: number;
|
||||
durationMs?: number;
|
||||
nextRunAtMs?: number;
|
||||
|
||||
Reference in New Issue
Block a user