Commit 832a576
Log rejection of polls from recently-shutdown workers (#9811)
## What
Add an Info-level log when a poll is rejected because the worker is in
the shutdown cache. Follows up on #9545.
## Why
The shutdown-worker cache returns `errNoTasks` silently, making cache
rejections indistinguishable from normal empty polls. This log helps
operators debug cases where a worker's polls aren't getting tasks
post-shutdown.
## How did you test it?
Built.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent a78e744 commit 832a576
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2859 | 2859 | | |
2860 | 2860 | | |
2861 | 2861 | | |
| 2862 | + | |
| 2863 | + | |
| 2864 | + | |
| 2865 | + | |
| 2866 | + | |
| 2867 | + | |
2862 | 2868 | | |
2863 | 2869 | | |
2864 | 2870 | | |
| |||
0 commit comments