mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
* fix: Register sync_all_accounts cron job on Sidekiq startup AutoSyncScheduler.sync! was only called when changing settings in the UI, so the nightly sync job was never registered. Now it's initialized when Sidekiq starts, ensuring accounts sync nightly as configured. * Utilize existing configure_server block --------- Co-authored-by: Pieter <ptr@arcsec.org>