myshoes
myshoes copied to clipboard
Auto-scaling VirtualMachine runner 🏃 for GitHub Actions
- error count of the same job - count of `runners_runing`
Took quite a bit of digging to get a reliable test case that got me to a smoking gun... First, the symptom.... For very short jobs, as in jobs that...
As mentioned https://github.com/whywaita/shoes-aws/pull/2#issuecomment-2093526663 in sister PR https://github.com/whywaita/shoes-aws/pull/2 now that I'm doing full integration testing, it is clear that the script needs the labels from GH otherwise jobs won't schedule.
This case is specific to two scenarios we have in our org. 1. The run in question is canceled prior to being scheduled 2. Dependent runs are cancelled when parent...
provide docker hub ratelimit as a metric https://docs.docker.com/docker-hub/download-rate-limit/#how-can-i-check-my-current-rate
A user in my org contacted me with a job that never ran. I found an error message like this ... ``` 2024/05/23 21:16:34 failed to process job: failed to...
- [ ] Add metrics about exponential backoff - #246 - [ ] Add configuration value for the limitation of exponential backoff