mattyr / sidecloq

Recurring / Periodic / Scheduled / Cron job extension for Sidekiq
MIT License
88 stars 12 forks source link

Constantize job class in spec #19

Closed holstvoogd closed 6 years ago

holstvoogd commented 6 years ago

Sidekiq::Client.push requires a class to correctly set the configured sidekiq options for the job.

Sidekiq fell back to the default job options, thus ignoring a.o retry: false on some jobs.

mattyr commented 6 years ago

thanks!