use specific namespace for datagouv cron jobs
This commit is contained in:
parent
b6c96301ef
commit
bed6167010
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
class Cron::ExportAndPublishDemarchesPubliquesJob < Cron::CronJob
|
||||
class Cron::Datagouv::ExportAndPublishDemarchesPubliquesJob < Cron::CronJob
|
||||
self.schedule_expression = "every month at 3:00"
|
||||
|
||||
def perform(*args)
|
Loading…
Add table
Add a link
Reference in a new issue