We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c39e76 commit 353bbd6Copy full SHA for 353bbd6
CLAUDE.md
@@ -21,7 +21,7 @@ src/
21
struct Job {
22
id: String, // Key from YAML (used for directories)
23
name: String, // Display name (defaults to id)
24
- schedule: cron::Schedule,
+ schedule: croner::Cron,
25
command: String,
26
timeout: Duration,
27
concurrency: Concurrency,
@@ -98,7 +98,7 @@ jobs:
98
2. **Tar available**: `tar` command for archive extraction
99
3. **Shell available**: Jobs run via `sh -c "<command>"`
100
4. **Remote auth**: SSH keys or credentials pre-configured for remote repos
101
-5. **Cron format**: Standard 5-field cron (internally converted to 6-field for `cron` crate)
+5. **Cron format**: Standard 5-field cron (via `croner` crate)
102
103
## Key Flows
104
0 commit comments