-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
aws: smithy connection was poisoned #19
Comments
This seems to be similar to awslabs/aws-sdk-rust#1154. I have updated all packages and now |
I do not see the issue anymore. That fixes it. thanks, @windsource is there a way to set the logger level to error? or just log when starting and stopping instance, I do not want log when the picus poll the woodpecker API like every 10s. |
@ghazninattarshah when you set an environment variable |
I don't see the connectivity issue anymore, hence this issue shall be closed. |
To log just starting and stopping instances but not the API calls and the remaining idle time
should work. |
agent-picus-2-1 | [2024-10-21T08:49:08Z INFO picus::strategy] Agent is not running. 5 pending job(s) for that agent
agent-picus-2-1 | [2024-10-21T08:49:08Z INFO picus::strategy] 5 pending jobs. Starting agent.
agent-picus-2-1 | [2024-10-21T08:49:08Z INFO picus::aws] Starting instance ...
agent-picus-2-1 | [2024-10-21T08:49:08Z INFO aws_smithy_runtime_api::client::connection] smithy connection was poisoned
agent-picus-2-1 | [2024-10-21T08:49:09Z INFO aws_smithy_runtime_api::client::connection] smithy connection was poisoned
agent-picus-2-1 | [2024-10-21T08:49:11Z INFO aws_smithy_runtime_api::client::connection] smithy connection was poisoned
agent-picus-2-1 | [2024-10-21T08:49:11Z ERROR picus::strategy] AgentProvider could not start server: service error
The text was updated successfully, but these errors were encountered: