fix(celery): Fix warm shutdown crash in celery (#20110)
Billiard 3.5.0.5 introduces a bug that causes a crash on warm shutdown, as mentioned here:
https://github.com/celery/billiard/issues/260
This is fixed in a later billiard, but using it requires celery 4.3+. For now, just downgrading this
should fix the issue.
Fixes SENTRY-H7K