BO 1.27+1 requirements
This commit is contained in:
@@ -5,7 +5,7 @@ import datetime
|
||||
|
||||
class MyCronJob(CronJobBase):
|
||||
print(datetime.datetime.now(), " *** START sync customers ")
|
||||
RUN_EVERY_MINS = 60 # every 2 hours
|
||||
RUN_EVERY_MINS = 60
|
||||
|
||||
schedule = Schedule(run_every_mins=RUN_EVERY_MINS)
|
||||
code = 'aitrainer_backoffice.controlling.cron' # a unique code
|
||||
|
||||
Reference in New Issue
Block a user