Commit 25470e6
committed
fix: cron label, per-model field names, duration parser
- Cron schedule_label: include all 5 fields (was missing day_of_month, month_of_year)
- Per-model table: rows_added→rows_inserted, rows_modified→rows_updated
(match backend celery_tasks.py field names)
- parseDurationMs: handle serializer format ("1m 30s", "45.0s", "800ms")
with fallback to HH:MM:SS1 parent 147e654 commit 25470e6
2 files changed
Lines changed: 24 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
655 | | - | |
| 655 | + | |
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
71 | 84 | | |
72 | 85 | | |
73 | 86 | | |
| |||
701 | 714 | | |
702 | 715 | | |
703 | 716 | | |
704 | | - | |
705 | | - | |
| 717 | + | |
| 718 | + | |
706 | 719 | | |
707 | 720 | | |
708 | 721 | | |
| |||
722 | 735 | | |
723 | 736 | | |
724 | 737 | | |
725 | | - | |
726 | | - | |
| 738 | + | |
| 739 | + | |
727 | 740 | | |
728 | 741 | | |
729 | 742 | | |
| |||
0 commit comments