|
|
|
|
|
by photobombastic
100 days ago
|
|
This is a real problem. I've heard similar stories from people running CI pipelines — a retry loop bug burns through your entire monthly Actions minutes budget in hours, and there's no built-in circuit breaker there either. The approach of tracking usage locally and cutting off before you hit billing overages makes a lot more sense than trying to parse the billing API after the fact. Prevention over detection. Could be cool to set per-worker limits in addition to the global ones. |
|