| .. |
|
__init__.py
|
Add new system for defining and running queue-processing workers
|
2013-09-24 20:44:15 -04:00 |
|
base.py
|
worker: Check if Sentry is initialized before calling add_breadcrumb.
|
2025-04-08 10:17:49 -07:00 |
|
deferred_email_senders.py
|
deferred_email_senders: Correct worker class name.
|
2025-06-25 12:03:23 -07:00 |
|
deferred_work.py
|
registration: Enable import from slack using realm registration form.
|
2025-05-14 13:24:38 -07:00 |
|
digest_emails.py
|
ruff: Fix UP035 Import from collections.abc, typing instead.
|
2024-07-13 22:28:22 -07:00 |
|
email_mirror.py
|
email-mirror: Add a standalone server that processes incoming email.
|
2025-05-19 16:39:44 -07:00 |
|
email_senders_base.py
|
email_senders: Handle a None realm_id.
|
2025-05-22 10:30:39 -07:00 |
|
email_senders.py
|
deliver_scheduled_emails: Use a queue, instead of infinite retries.
|
2025-03-04 16:09:25 -08:00 |
|
embed_links.py
|
embeds: Propagate group membership before updating UserMessage flags.
|
2025-08-13 10:38:40 -07:00 |
|
embedded_bots.py
|
worker: Flag messages processed by embedded bot.
|
2025-01-24 17:56:44 -08:00 |
|
missedmessage_emails.py
|
ruff: Fix PLC0206 Extracting value from dictionary without calling .items().
|
2024-12-21 21:06:53 -08:00 |
|
missedmessage_mobile_notifications.py
|
zerver: Add endpoint to register a push device to server.
|
2025-07-14 14:52:39 -07:00 |
|
outgoing_webhooks.py
|
worker: Flag messages processed by outgoing bot.
|
2025-01-24 17:56:44 -08:00 |
|
queue_processors.py
|
ruff: Fix UP007 Use X | Y for type annotations.
|
2024-07-13 22:28:22 -07:00 |
|
test.py
|
ruff: Fix UP035 Import from collections.abc, typing instead.
|
2024-07-13 22:28:22 -07:00 |
|
thumbnail.py
|
thumbnail: Avoid BytesIO.getbuffer.
|
2025-08-13 14:11:05 -07:00 |
|
user_activity_interval.py
|
ruff: Fix UP035 Import from collections.abc, typing instead.
|
2024-07-13 22:28:22 -07:00 |
|
user_activity.py
|
queue: Allow sharding user_activity worker.
|
2025-06-06 10:33:20 -07:00 |