Background Tasks / Deployment Queue - Not allowing to en-queue more than one process

Issue #436 resolved
Laerte Sousa Neto created an issue

How it used to work:

I was able to en-queue multiple deployment processes at the same time and wait for them to be process sequentially.

How it is currently:

After adding one process to the queue, any subsequent initiation of a deployment will be set on hold(Does not appear on Background Tasks window) until the current deployment is completed.

Note: the processes being mentioned above is triggered by IlluminatedCloude - > Deploy All Metadata

Comments (7)

  1. Scott Wells repo owner

    So I was scrubbing old bugs and realized why I can't really change back to the old behavior...it caused failures due to orgs locks from multiple concurrent deployments. Unfortunately it's going to have to stay in the current serialized model.

  2. Log in to comment