BO 1.34+4 trial sync
This commit is contained in:
@@ -3,17 +3,6 @@ from ..automation.mautic import Mautic
|
||||
from django_cron import CronJobBase, Schedule
|
||||
import datetime
|
||||
|
||||
|
||||
class MyCronJob(CronJobBase):
|
||||
|
||||
RUN_EVERY_MINS = 60
|
||||
schedule = Schedule(run_every_mins=RUN_EVERY_MINS)
|
||||
code = 'aitrainer_backoffice.controlling.cron' # a unique code
|
||||
|
||||
def do(self):
|
||||
print(datetime.datetime.now(), " *** START sync customers ")
|
||||
|
||||
|
||||
class NotificationJob(CronJobBase):
|
||||
notif = NotificationExec()
|
||||
RUN_EVERY_MINS = 5
|
||||
|
||||
Reference in New Issue
Block a user