Skip to content

Commit 8a69b28

Browse files
authored
🔧 chore: bump processesing deadline for send_activity_notifications_to_slack_threads (#95576)
1 parent 701094c commit 8a69b28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/integrations/slack/tasks/send_notifications_on_activity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
silo_mode=SiloMode.REGION,
2626
taskworker_config=TaskworkerConfig(
2727
namespace=integrations_tasks,
28+
processing_deadline_duration=30,
2829
),
2930
)
3031
def send_activity_notifications_to_slack_threads(activity_id) -> None:

0 commit comments

Comments
 (0)