mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
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:
committed by
David McDonald
parent
4a2e47b118
commit
32f499c802
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user