Compare commits

..

No commits in common. 'cb2ecc13a4ea26d730157e3c1636a13eebac8106' and 'c681bfdfb9c9723941aa9ff4a822129583fe9310' have entirely different histories.

  1. 2
      Gemfile.lock
  2. 2
      config/sidekiq_cron_schedule.yml

2
Gemfile.lock

@ -295,7 +295,7 @@ GEM
nested_form (0.3.2)
net-http (0.9.1)
uri (>= 0.11.1)
net-imap (0.6.4.1)
net-imap (0.6.4)
date
net-protocol
net-pop (0.1.2)

2
config/sidekiq_cron_schedule.yml

@ -1,4 +1,4 @@
data_export_xml:
cron: "every day at midnight"
cron: "every day at 4am"
class: "DataExportXmlJob"
queue: default

Loading…
Cancel
Save