Fix setting the CELERYD_PREFETCH_MULTIPLIER variable for broadcasts

This was not being set correctly in the manifest for the
notify-delivery-worker-broadcasts worker.
This commit is contained in:
Katie Smith
2021-04-09 11:08:43 +01:00
committed by David McDonald
parent 4a2e47b118
commit 32f499c802

View File

@@ -65,7 +65,9 @@
'notify-delivery-worker-retry-tasks': {},
'notify-delivery-worker-internal': {},
'notify-delivery-worker-broadcasts': {
'additional_env_vars': {
'CELERYD_PREFETCH_MULTIPLIER': 1,
}
},
'notify-delivery-worker-receipts': {},
'notify-delivery-worker-service-callbacks': {'disk_quota': '2G'},