Browse Source

remove csv cron job (#1742)

CLDC-2492-create-rake-task-to-set-creation-method-for-existing-logs
kosiakkatrina 2 years ago committed by GitHub
parent
commit
b6a8b4d9bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      config/sidekiq_cron_schedule.yml

4
config/sidekiq_cron_schedule.yml

@ -1,7 +1,3 @@
data_export_csv:
cron: "every day at 4am"
class: "DataExportCsvJob"
queue: default
data_export_xml:
cron: "every day at 5am"
class: "DataExportXmlJob"

Loading…
Cancel
Save