Commit 8f561f9
committed
fix(mapping): remove duplicate slack error notifications
The job management decorator already calls send_slack_error for both
FAILED and ERRORED outcomes. Calling it again inside the job's own
exception handlers caused every mapping failure to produce two Slack
messages for the same error.1 parent f5dc0f8 commit 8f561f9
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
275 | 274 | | |
276 | 275 | | |
277 | 276 | | |
278 | | - | |
279 | 277 | | |
280 | 278 | | |
281 | 279 | | |
| |||
302 | 300 | | |
303 | 301 | | |
304 | 302 | | |
305 | | - | |
306 | 303 | | |
307 | 304 | | |
308 | 305 | | |
| |||
0 commit comments