Commit db2901a
fix(night-shift): Remove poll timeout that aborted Explorer runs
The polling loop in agentic triage raised a TimeoutError after 120s,
which abandoned the entire night shift run for an org even though the
Explorer was still working on the Seer side. For large orgs like Sentry
the Explorer can take longer than 120s to investigate all candidates.
Remove the client-side poll timeout and let the task's own processing
deadline (5 minutes) be the backstop instead.
Fixes SENTRY-5NFV
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7b39044 commit db2901a
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | 134 | | |
136 | 135 | | |
137 | 136 | | |
| |||
192 | 191 | | |
193 | 192 | | |
194 | 193 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | 194 | | |
200 | 195 | | |
201 | 196 | | |
| |||
0 commit comments