Ver código fonte

disabled cronjobs meanwhile

Juan Carlos 5 anos atrás
pai
commit
bde342a1aa
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      project_base/settings.py

+ 3 - 3
project_base/settings.py

@@ -254,9 +254,9 @@ NEWSLETTER_BATCH_DELAY = 60
 NEWSLETTER_BATCH_SIZE = 100
 
 
-CRONJOBS = [
-    ('*/1 * * * *', 'django.core.management.call_command', ['submit_newsletter', ], { '-v' : '3'}, ''), #> /dev/null 2>&1
-]
+# CRONJOBS = [
+#     ('*/1 * * * *', 'django.core.management.call_command', ['submit_newsletter', ], { '-v' : '3'}, ''), #> /dev/null 2>&1
+# ]
 
 CRISPY_TEMPLATE_PACK = 'bootstrap4'