From the Rails API, I found ActiveJob can retry_job interval:
my_job_instance.enqueue my_job_instance.enqueue wait: 5.minutes my_job_instance.enqueue queue: :imp
As of Sidekiq 6.0.4 you can use sidekiq_options in an ActiveJob to set the retry option.
sidekiq_options
retry