mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
queue: Allow sharding user_activity worker.
This follows the existing patterns for the sharded mobile notifications worker.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user