|
|
('*/5 * * * *', 'django.core.management.call_command', ['submit_newsletter', ], '> /dev/null 2>&1' ), #> /dev/null 2>&1
|
|
('*/5 * * * *', 'django.core.management.call_command', ['submit_newsletter', ], '> /dev/null 2>&1' ), #> /dev/null 2>&1
|
|
|
- ('* * * * *', 'django.core.management.call_command', ['send_queued_mail'], '> /dev/null 2>&1'),
|
|
|
|
|
|
|
+ ('*/5 * * * *', 'django.core.management.call_command', ['send_queued_mail'], ), #'> /dev/null 2>&1'
|