ENT-3732 | Add enterprise_channel_worker to the list of all enterprise service users, in hopes that this will lessen the occurrence of rate-limit error responses for requests made by this user.

This commit is contained in:
Alex Dusenbery
2020-12-01 09:17:11 -05:00
committed by Alex Dusenbery
parent 0b2143816a
commit 6d3a3d5ee2

View File

@@ -3839,6 +3839,7 @@ ENTERPRISE_ALL_SERVICE_USERNAMES = [
'enterprise_worker',
'license_manager_worker',
'enterprise_catalog_worker',
'enterprise_channel_worker',
]