Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
t.go:99: 2024-10-22 12:48:54.860 [warn] manager: exiting ungracefully error="context canceled" t.go:108: 2024-10-22 12:48:54.863 [erro] manager.notifier: failed to fetch app name notifier_id=1b1be80c-5f51-4b15-af76-ac9a5247262c ... error= get application name: github.com/coder/coder/v2/coderd/notifications.(*notifier).fetchAppName /home/runner/work/coder/coder/coderd/notifications/fetcher.go:43 - pq: canceling statement due to user request *** slogtest: log detected at level ERROR; TEST FAILURE ***
seen on: https://github.com/coder/coder/runs/31887276739
The text was updated successfully, but these errors were encountered:
fix: stop logging errors on cancel in notifier (#15186)
d9f1aaf
fixes coder/internal#121 We shouldn't log errors when context is canceled, e.g. on shutdown. This breaks our tests and alarms customers needlessly.
spikecurtis
Successfully merging a pull request may close this issue.
seen on: https://github.com/coder/coder/runs/31887276739
The text was updated successfully, but these errors were encountered: