You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ feat(triggers): backend-driven update queue with per-trigger concurrency limit
- Add 'queued' status and phase to container update operation model
- API handler creates operation as 'queued' immediately on update request
- Docker trigger uses pLimit(1) semaphore to serialize concurrent updates
- Executor transitions queued→in-progress instead of inserting duplicate
- Container list API attaches both queued and in-progress operations
- UI recognizes backend 'queued' status for "Queued" display
0 commit comments