You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in development we're suppressing this error:
warn:controller0: Failed to increase deployment replicas: failed to claim runners for oidcauth-86ae51d623: no idle runners found matching labels {"languages":["go"]}: not found
Because it triggers every time a new deployment is created. This message should not be suppressed however, and should probably be logged at error level.
A solution to this is to implement the reserved free runner pool that was in the original design for the autoscaling. That is, the controller will guarantee that a minimum number of free runners are always available.
The text was updated successfully, but these errors were encountered:
Currently in development we're suppressing this error:
Because it triggers every time a new deployment is created. This message should not be suppressed however, and should probably be logged at error level.
A solution to this is to implement the reserved free runner pool that was in the original design for the autoscaling. That is, the controller will guarantee that a minimum number of free runners are always available.
The text was updated successfully, but these errors were encountered: