Sidekiq to execute at specific time in every timezones
问题 Using Sidekiq, what are the strategy to have it execute at a particular time in every time zone? For example, I need Sidekiq to perform a task every day at the following time and time zones across the world: ... 8:00 PM EST 8:00 PM CST 8:00 PM MST 8:00 PM PST ... 回答1: I would just run the same job at the start of each hour. You might want to use cron to run the job each hour or have a look at this list on how to create recurring jobs in Sidekiq. The first step within the job is to figure out