You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating nodes or deploying choreographies is currently as synchronous requests that take a loooong time to receive a response.
It is not a good scalability practice.
The better is: client sends a request and immediately receives a response with status code 202 (Accepted). The client must pull the server periodically until the job is completed.
The text was updated successfully, but these errors were encountered:
Creating nodes or deploying choreographies is currently as synchronous requests that take a loooong time to receive a response.
It is not a good scalability practice.
The better is: client sends a request and immediately receives a response with status code 202 (Accepted). The client must pull the server periodically until the job is completed.
The text was updated successfully, but these errors were encountered: