Commit 4098856
Fix SES stub logging TypeError in Celery workers.
The error from the logs was:
`TypeError: not all arguments converted during string formatting`
Changing to pass duration metadata via extra={...} to preserve structured logging.1 parent 47e1d06 commit 4098856
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments