You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Force-reload SidekiqScheduler when dynamic schedules are disabled (#32)
* Force-reload the SidekiqScheduler schedule
When running with dynamic:false, SidekiqScheduler supposedly allows a
manual reload of the scheduler after a `set_schedule` with a single
reload command; but that command just re-applies the schedule currently
in memory, not the schedule in Redis modified by `set_schedule`. Load
the schedule from Redis into memory before re-applying it to get the
heartbeat to actually initialize properly.
* Bump patch version for prompt release
0 commit comments