The function was incorrectly splitting on whitespace, which failed for inputs like "every 6h" where the unit is directly attached to the number. Now it correctly parses by finding the first non-digit character. Fixes tests: - test_parse_schedule_interval_hours - test_parse_schedule_interval_minutes - test_parse_schedule_interval_seconds - test_parse_schedule_case_insensitive - test_worker_config_from_schedule Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| miroir-core | ||
| miroir-ctl | ||
| miroir-proxy | ||