13

Queuing of Tasks via FIFO Queue.


Avatar
Jordan

Currently, if you enable SSL quickly on multiple sites on the same server. The first command will run, but the rest will fail.

Implement a queuing function so that all tasks are in a FIFO queue. Closte has this.

Additionally, there should be checking if tasks would conflict with each other. If they don't then they can be run in parallel. If they do, then queue one.

A

Activity Newest / Oldest

S

Steve Bell

Status changed to: In progress

Avatar

Scott Thomason

It would be really nice if we could see what actions are in process or waiting to be executed, rather than not knowing quite what's going on until a notification is displayed.


  • Avatar
S

Steve Bell

Merged with: Make executing and pending actions visible

B

Benjamin Preiss

Ah and it would also be great to be able to restart / stop certain steps that are stalling. E.g. Server provisioning


B

Benjamin Preiss

Yes, totally agree. I think there should be an extra button in the header for pending/completed tasks. When you press that button there should be an overlay with a list of pending and completed tasks associated to a server and/or site