Skip to content

Commit 3666547

Browse files
authored
fix(taskworker) Extend deadline for detect_function_trends (#93924)
Fixes SENTRY-4298
1 parent bd537e0 commit 3666547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/tasks/statistical_detectors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ def _detect_transaction_change_points(
430430
max_retries=0,
431431
taskworker_config=TaskworkerConfig(
432432
namespace=profiling_tasks,
433+
processing_deadline_duration=30,
433434
),
434435
)
435436
def detect_function_trends(project_ids: list[int], start: str, *args, **kwargs) -> None:

0 commit comments

Comments
 (0)