garm/runner/providers
Gabriel Adrian Samfira 9efefc0d6a
Parallelization and LXD timeouts
* cleanupOrphanedGithubRunners() now uses errgroup to parallelize and
    report errors when removing runners from the provider.
  * retryFailedInstancesForOnePool() now uses errgroup
  * Removed some setPoolRunningState which should be treated in the loop
    where those errors eventually bubble up and can be handled.
  * Added a number of timeouts in the LXD provider for delete and list
    instances. This provider should be converted into an external
    provider.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2023-06-06 16:07:07 +03:00
..
common Remove some blocking code 2022-05-13 23:34:16 +00:00
external Fix error type passed into errors.As 2023-03-31 04:36:16 +00:00
lxd Parallelization and LXD timeouts 2023-06-06 16:07:07 +03:00
providers.go Move some defaults and types from config 2023-03-14 14:15:10 +02:00