First time here? Check out the FAQ!

Revision history  [back]

Yes the cron jobs are still relevant, basically they should run commands:

python manage.py 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).

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.)

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 other management commands that may be necessary a couple of issues with those jobs, but they work.

send_email_alerts takes long time to run from time to time, for example (may take a minute). clean_sessiononce_award_badges if the database session storage is used (as it is often - by default.)has bugs (not all badges are being awarded yet as a result), I'm fixing them right now.

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 (not all badges are being awarded yet as a result), bugs, I'm fixing them right now.