chore: prevent enterprise-{access,subsidy} from being excessively throttled

The enterprise-access and enterprise-subsidy IDAs should be given a
greater latitude for repeatedly calling enterprise API endpoints.

ENT-6913
This commit is contained in:
Troy Sankey
2023-03-14 20:18:43 -04:00
parent 33de5aad1a
commit f085bfd94f

View File

@@ -4573,6 +4573,8 @@ ENTERPRISE_ALL_SERVICE_USERNAMES = [
'license_manager_worker',
'enterprise_catalog_worker',
'enterprise_channel_worker',
'enterprise_access_worker',
'enterprise_subsidy_worker',
]