mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
b32d79ef0b
- 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).