test/fixtures/scheduled_worker.rb in sidetiq-0.3.2 vs test/fixtures/scheduled_worker.rb in sidetiq-0.3.3
- old
+ new
@@ -1,9 +1,9 @@
class ScheduledWorker
include Sidekiq::Worker
include Sidetiq::Schedulable
- tiq do
+ recurrence do
daily.hour_of_day(1)
yearly.month_of_year(2)
monthly.day_of_month(3)
add_exception_rule yearly.month_of_year(:february)