A few days ago I started having problems with the autoscaler, so I pulled the latest image and tried that one. Now I have the problem though that every time I want to start the autoscaler, I get the following error:
➜ docker compose up woodpecker-autoscaler
[+] Building 0.0s (0/0)
[+] Running 2/0
✔ Container woodpecker-woodpecker-server-1 Running 0.0s
✔ Container woodpecker-woodpecker-autoscaler-1 Created 0.0s
Attaching to woodpecker-woodpecker-autoscaler-1
woodpecker-woodpecker-autoscaler-1 | {"time":"2023-09-02T09:34:43Z","message":"Starting autoscaler with log-level=info"}
woodpecker-woodpecker-autoscaler-1 | {"level":"fatal","error":"Please select a provider","time":"2023-09-02T09:34:43Z"}
woodpecker-woodpecker-autoscaler-1 exited with code 0
The same configuration worked perfectly fine previously. Here it is:
A few days ago I started having problems with the autoscaler, so I pulled the latest image and tried that one. Now I have the problem though that every time I want to start the autoscaler, I get the following error:
The same configuration worked perfectly fine previously. Here it is:
Have I configured something wrong, or is this a bug?