Mike Robski Posted September 4, 2023 Share Posted September 4, 2023 We have provisioning module that creates physical server deployments with the _CreateAccount function. The process of deploying a server takes 10 minutes or more and to avoid timeouts and bad user experience, we store the ID of the ordered system and return ‘success’ without waiting for the deployment to finish. This approach is problematic, because the user has to repeat the order request to get feedback if the process completed or is still running. We are interested in learning if there is better approach to creating accounts in asynchronous mode where the customer does not have to wait or repeat the request. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.