Commit 1ce6aa7
Exclude PreqJobNotFinishedError from Sentry reporting (#8614)
This error is a normal, transient condition raised when a dependent job
runs before its prerequisite jobs have completed. Sidekiq's default retry
handles it correctly — the only issue was Sentry noise.
Closes #8597
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent e093020 commit 1ce6aa7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
0 commit comments