We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7456d commit a0f080aCopy full SHA for a0f080a
src/sentry/release_health/tasks.py
@@ -35,7 +35,7 @@
35
taskworker_config=TaskworkerConfig(
36
namespace=release_health_tasks,
37
retry=Retry(times=5, on=(Exception,)),
38
- processing_deadline_duration=50,
+ processing_deadline_duration=120,
39
),
40
)
41
def monitor_release_adoption(**kwargs) -> None:
0 commit comments