You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,11 @@ Works with ActiveJob (Rails 4.2+)
19
19
20
20
You don't need Sidekiq PRO, you can use this gem with plain __Sidekiq__.
21
21
22
+
Upgrade from <0.6x to 1.0.x
23
+
---------------------------
24
+
25
+
Be aware that there was change from rufus-scheduler to fugit. Also there was change in handling Timezones, so after upgrade check that your jobs are enqueued in correct times. Best thing to do is correctly set timezone in cron notations.
0 commit comments