Commit a56a94d
Route content archive ingestion tasks to the edx_content queue
import_content_files (added in #2938), ingest_edx_run_archive, and the
canvas archive tasks were never added to task_routes, so their S3
listings and archive parsing ran on the default celery worker. During
mitxonline backpopulates this OOM-killed the worker and took
get_mitxonline_data down with it. Route them to the edx_content queue
alongside the rest of the content-archive tasks.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 67f0dca commit a56a94d
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
0 commit comments