Skip to content

Concurrent deployments are silently queued with no UI feedback #4072

@fredEbho

Description

@fredEbho

What problem will this feature address?

Title

Concurrent deployments are silently queued with no UI feedback

Description

When multiple applications are deployed at the same time, deployments are not executed concurrently. Instead, one deployment runs while others appear to be silently queued.

However, there is currently no visual or system feedback indicating that:

  • The deployment is queued
  • It is waiting for another deployment to finish
  • Its current position in the queue

This creates confusion, as users may assume:

  • The deployment did not trigger
  • The system is stuck or unresponsive

Steps to Reproduce

  1. Have multiple applications in Dokploy

  2. Trigger deployment for more than one application simultaneously

  3. Observe that:

    • One deployment starts immediately
    • Others do not start
    • No indication is shown that they are queued

Impact

  • Poor developer experience
  • Confusion during CI/CD workflows
  • Difficult to debug deployment delays

Suggested Improvement

  • Introduce a queue state in the UI
  • Add real-time status updates via WebSocket or polling

Describe the solution you'd like

Expected Behavior

  • Show clear deployment states such as:

    • "Queued"
    • "Waiting for available worker"

Actual Behavior

  • No feedback is shown
  • Deployment appears idle or stuck

Describe alternatives you've considered

None

Additional context

No response

Will you send a PR to implement it?

Yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions