I’m having an issue with servers randomly unavailable, which is fine but drone is not killing them off. It could be like the following where it’s failed to ping server, but there’s other errors from time to time, happens pretty frequently though. I’ve tried adjusting reaper settings to no avail.
Name: agent-1EL8Ya70
Address: x.x.x.x
Region: us-east-1b
Size: m5.large
State: error
Error: Failed to ping the server
Here’s the settings for the autoscaler
|DRONE_AMAZON_INSTANCE|m5.large|
|DRONE_AMAZON_MARKET_TYPE|spot|
|DRONE_AMAZON_PRIVATE_IP|true|
|DRONE_AMAZON_REGION|xxxx|
|DRONE_AMAZON_SECURITY_GROUP|xxxx|
|DRONE_AMAZON_SSHKEY|xxxx|
|DRONE_AMAZON_SUBNET_ID|xxxx|
|DRONE_AMAZON_VOLUME_IOPS|1000|
|DRONE_DATABASE_DATASOURCE|xxxx|
|DRONE_DATABASE_DRIVER|postgres|
|DRONE_ENABLE_PINGER|true|
|DRONE_LOGS_TRACE|false|
|DRONE_POOL_MAX|8|
|DRONE_POOL_MIN|1|
|DRONE_POOL_MIN_AGE|5m|
|DRONE_REAPER_ENABLED|true|
|DRONE_REAPER_INTERVAL|1m|
|DRONE_SERVER_HOST|xxx.xxx.xxx|
|DRONE_SERVER_PROTO|https|
|DRONE_SERVER_TOKEN|xxxx|