Commits on Source (4)
-
Iñaki Malerba authored
When having several machines trying to start at the same time, polling every one second consumes the API requests limit fairly easily. Add a new `--hetzner-wait-on-polling` flag, similar to `--wait-on-error` to change the time between requests. Default value is left at 1 second to keep the current behaviour. Signed-off-by: Iñaki Malerba <inaki@malerba.space>
-
Iñaki Malerba authored
Sometimes some machines are stuck on starting, and need to be manually deleted. Create new `--hetzner-wait-for-running-timeout` flag to define a time limit until the servers are running. Signed-off-by: Iñaki Malerba <inaki@malerba.space>
-
JonasS authored
- add env flag documentation - point download link to upcoming release
1eb6eddc -
JonasS authored
- add `--hetzner-wait-on-polling` and `--hetzner-wait-for-running-timeout` flags (#107, thanks @inakimalerba for providing a PR)
32908bba