You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edx-platform, registrar, and enterprise-catalog are all using Celery task protocol 1. Upgrading to protocol 2 may remove some technical debt, and as a side benefit may help with #692.
Notes:
This can be identified by looking for APP.conf.task_protocol = 1 in an IDA's celery config file [edxapp example]
https://docs.celeryq.dev/en/stable/history/whatsnew-4.0.html doesn't mention anything about a stop-the-world aspect to the upgrade (just needing to get everything on 3.1.25 first) -- so this might be an easy rollout with no blue/green compatibility issues.
The text was updated successfully, but these errors were encountered:
@timmc-edx: Are you also planning on opening a github issue against celery if you think they are missing test coverage, and potentially have a bug around this?
Unlikely. Too much of a rabbit hole to go down right now, unfortunately. (It's not even necessarily celery -- could be some other library that interacts with it.)
[inform] This work was scheduled because even though the issue will hopefully first have been fixed by DD in another way, this change will remove technical debt that would have avoided this situation altogether, and may help avoid future related situations.
edx-platform, registrar, and enterprise-catalog are all using Celery task protocol 1. Upgrading to protocol 2 may remove some technical debt, and as a side benefit may help with #692.
Notes:
APP.conf.task_protocol = 1
in an IDA's celery config file [edxapp example]The text was updated successfully, but these errors were encountered: