Commit c52692d
Add OUSD rebalancer schedule (manual, disabled) (#2933)
Adds an `ousd_rebalancer` row to the Talos schedules seed so the OUSD
Rebalancer action shows up in the Talos admin UI and can be triggered
manually via "Run now". The hardhat task `ousdRebalancer` was already
registered (and thus in the actions catalog), but with no `schedules`
row it was neither listed nor runnable from the UI — the runner only
dispatches by scheduleId (POST /runs/:scheduleId) and the ad-hoc
arbitrary-command endpoint was removed.
Seeded with enabled=false and the placeholder cron `0 0 1 1 *`, matching
the existing manual-only rows (stake_validator, queue_proposal, ...), so
it never fires on a schedule — only on an operator-initiated Run now.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent c097f0c commit c52692d
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
0 commit comments