queue: Allow sharding user_activity worker.

This follows the existing patterns for the sharded mobile
notifications worker.
This commit is contained in:
Tim Abbott
2025-06-05 23:28:55 -07:00
parent 9b43e5e3b3
commit 0ec07fe4c8
7 changed files with 33 additions and 1 deletions

View File

@@ -1279,6 +1279,7 @@ CROSS_REALM_BOT_EMAILS = {
MOBILE_NOTIFICATIONS_SHARDS = int(
get_config("application_server", "mobile_notification_shards", "1")
)
USER_ACTIVITY_SHARDS = int(get_config("application_server", "user_activity_shards", "1"))
TWO_FACTOR_PATCH_ADMIN = False