Ticket #194 (closed enhancement: fixed)
Integrate Celery
| Reported by: | brian | Owned by: | brian |
|---|---|---|---|
| Priority: | minor | Milestone: | Post Rollout |
| Component: | Core | Version: | Beta |
| Keywords: | Cc: |
Description
Integrate with Celery to provide asynchronous processing and scheduled tasks.
Change History
comment:3 Changed 5 months ago by brian
Cut over the POTD management command to a celery beat task in r561.
comment:4 Changed 5 months ago by brian
Added a cleanup task that executes Django's cleanup command & the forum apps cleanup command in r562.
comment:9 Changed 5 months ago by brian
Task created for queued_search's process_search_queue command in r571.
comment:10 Changed 5 months ago by brian
- Status changed from accepted to closed
- Resolution set to fixed
Removed the mailer application in r572.
Note: See
TracTickets for help on using
tickets.

Initial commits in r558 and r559.