-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server creation logic #19
Labels
core change
A feature request or enhancement that changes an existing feature or behaviour significantly.
Comments
Implemented in be47565 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
core change
A feature request or enhancement that changes an existing feature or behaviour significantly.
Due to the potential for the server creation on the daemon to take awhile (i.e. new image or image update) we should send a
HTTP/202
response as soon as we process the request, and then notify the panel of a successful install using the normal install endpoint, and also include an endpoint to hit if there was an error.If that error endpoint is hit, the panel immediately deletes the server and associated systems with it.
This system should also allow configuration so that the panel can hit additional endpoints on other services on success or failure for ease of integration with billing systems.
The text was updated successfully, but these errors were encountered: