sidekiq_publisher
sidekiq_publisher copied to clipboard
Make `run_at` more obvious
In trying to debug some ultimately unrelated issues today I spend a bunch of time pursuing sidekiq workers not processing jobs because I mistook a null run_at
field to mean the job hadn't been run.
Perhaps this could be scheduled_at
?