Queue for API tasks (API multitasks)
Currently if I need to:
- Clone
- Set label
- Set Domain
- Set Aliases
- Set SSL
- Set something else...
for the same application, I have to control the queue remotely, which is hard to implement since the connection may be simply lost and as a result we may simply not get any task completed at all.
It would be just great if we could send you several requests on the API at the same time and see the result of the whole queue.
/clone -> response with future appid
/label for appid -> ok (200)
/domain for appid -> ok (200)
/aliases for appid -> ok (200)
/SSL for app_id and given domain -> ok (200)
and so on
And as a result - we could have some general operation ID which will controll all added to the queue operations.
Thank you for any reply.

-
Marc FARRE commented
Same here. We are using the API for our clients to do action on their App. But when several clients make requests at the same time, it gets very complicated to deal with the server being unavailable.