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
This is already done for runners on openstack cloud, but missing for LXD. The charm will be refactored soon anyway. Still keeping the issue open to keep track (for LXD).
Enhancement Proposal
As a user, I would like the charm to reconcile the current state and the intended state as soon as possible.
Adding concurrency to the management of the runners would achieve this.
Async would be a good way to add concurrency, as the charm calls external API.
Parallelism might possibly help.
The creation and deletion of runners might benefit from this.
The text was updated successfully, but these errors were encountered: