miroir/crates
jedarden 91584333dd Fix parse_schedule_interval to handle unit attached to number
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>
2026-05-23 07:59:37 -04:00
..
miroir-core Fix parse_schedule_interval to handle unit attached to number 2026-05-23 07:59:37 -04:00
miroir-ctl P3: Phase 3 Task Registry + Persistence — COMPLETE 2026-05-02 16:50:42 -04:00
miroir-proxy P5.5.b: Fix verify phase parallel execution + test compilation 2026-05-23 07:59:14 -04:00