As Manage and Provide both use the same async process better queue management is needed.
There could be two options for this
- Set up a priority queue, provide tickets take priority over mange.
- Set up difference Compute's for each type of task, manage tasks which are locked behind a login go to a more powerful ECS task, provide ones go to a separate container.
As Manage and Provide both use the same async process better queue management is needed.
There could be two options for this