Skip to content

Commit e3fd9f3

Browse files
armenzgcursoragent
andauthored
chore(auto_source_config): Bump code mapping derivation timeout (#101244)
We see too many ProcessingDeadlineExceeded errors in the last few months. To speed up this task we would need major changes, thus, this is the best way out. --------- Co-authored-by: Cursor Agent <[email protected]>
1 parent b9fc637 commit e3fd9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/tasks/auto_source_code_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@instrumented_task(
1212
name="sentry.tasks.auto_source_code_config",
1313
namespace=issues_tasks,
14-
processing_deadline_duration=5 * 60,
14+
processing_deadline_duration=10 * 60,
1515
retry=Retry(times=3, delay=60 * 10),
1616
)
1717
def auto_source_code_config(project_id: int, event_id: str, group_id: int, **kwargs: Any) -> None:

0 commit comments

Comments
 (0)