mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
- Fixes an issue where workspaces that are eligible for auto-deletion are retried every tick (1 minute) even if the previous deletion transition failed. The updated logic only attempts to delete workspaces that previously failed once a day (24 hours since last attempt).