|
|
|
|
|
by St-Clock
3904 days ago
|
|
Shameless plug: we replaced most of our cron jobs with celery and django celery fulldbresult[1], which provides more info and features than the default django-celery integration: - Save result as json, which is queryable in the database - Save enough info in the task result to retry the task from the result. - Retry a task from its result in Django Admin - Run a periodic task now (e.g., to test your cron task) [1] https://github.com/resulto-admin/django-celery-fulldbresult |
|