mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 04:32:32 +00:00
gateway: add cron finished-run webhook (#14535)
* gateway: add cron finished webhook delivery * config: allow cron webhook in runtime schema * cron: require notify flag for webhook posts * ui/docs: add cron notify toggle and webhook docs * fix: harden cron webhook auth and fill notify coverage (#14535) (thanks @advaitpaliwal) --------- Co-authored-by: Tyler Yust <TYTYYUST@YAHOO.COM>
This commit is contained in:
@@ -2,6 +2,8 @@ export type CronConfig = {
|
||||
enabled?: boolean;
|
||||
store?: string;
|
||||
maxConcurrentRuns?: number;
|
||||
webhook?: string;
|
||||
webhookToken?: string;
|
||||
/**
|
||||
* How long to retain completed cron run sessions before automatic pruning.
|
||||
* Accepts a duration string (e.g. "24h", "7d", "1h30m") or `false` to disable pruning.
|
||||
|
||||
Reference in New Issue
Block a user