![]() | 1 | initial version |
Yes the cron jobs are still relevant, basically they should run commands:
python manage.py once_award_badges
python manage.py multi_award_badges
python manage.py send_email alerts
There are a couple of issues with those jobs, but they work.
send_email_alerts
takes long time to run (may take a minute). once_award_badges
has bugs, I'm fixing them right now.
![]() | 2 | No.2 Revision |
Yes the cron jobs are still relevant, basically they should run commands:
python manage.py once_award_badges
python manage.py multi_award_badges
python manage.py send_email alerts
There are a couple of issues with those jobs, but they work.
send_email_alerts
takes long time to run (may take a minute). once_award_badges
has bugs, bugs (not all badges are being awarded yet as a result), I'm fixing them right now.
![]() | 3 | No.3 Revision |
Yes the cron jobs are still relevant, basically they should run commands:
python manage.py once_award_badges
python manage.py multi_award_badges
python manage.py send_email alerts
There are a couple of issues with those jobs, but they work.other management commands that may be necessary to run from time to time, for example clean_session
if the database session storage is used (as it is often - by default.)
send_email_alerts
takes long time to run (may take a minute). once_award_badges
has bugs (not all badges are being awarded yet as a result), I'm fixing them right now.
![]() | 4 | No.4 Revision |
Yes the cron jobs are still relevant, basically they should run commands:
python manage.py send_email alerts
send_email_alerts
There are other management commands that may be necessary to run from time to time, for example clean_session
if the database session storage is used (as it is often - by default.)default).