> ## Documentation Index
> Fetch the complete documentation index at: https://openclaw.veiseule.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# cron

# `openclaw cron`

Gateway शेड्यूलर के लिए cron जॉब्स प्रबंधित करें।

संबंधित:

* क्रॉन जॉब्स: [Cron jobs](/automation/cron-jobs)

सुझाव: पूर्ण कमांड सतह के लिए `openclaw cron --help` चलाएँ।

Note: isolated `cron add` jobs default to `--announce` delivery. Use `--no-deliver` to keep
output internal. `--deliver` remains as a deprecated alias for `--announce`.

Note: one-shot (`--at`) jobs delete after success by default. Use `--keep-after-run` to keep them.

टिप्पणी: आवर्ती जॉब्स अब लगातार त्रुटियों के बाद घातीय पुनःप्रयास बैकऑफ का उपयोग करते हैं (30s → 1m → 5m → 15m → 60m), फिर अगली सफल रन के बाद सामान्य शेड्यूल पर लौट आते हैं।

## सामान्य संपादन

संदेश बदले बिना डिलीवरी सेटिंग्स अपडेट करें:

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw cron edit <job-id> --announce --channel telegram --to "123456789"
```

पृथक जॉब के लिए डिलीवरी अक्षम करें:

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw cron edit <job-id> --no-deliver
```

किसी विशिष्ट चैनल में घोषणा करें:

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw cron edit <job-id> --announce --channel slack --to "channel:C1234567890"
```
