We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, we have a resource that takes a while to create and want to return HTTP 202, and in general want to follow the conventions laid out here: https://farazdagi.com/posts/2014-10-16-rest-long-running-jobs/. See here for a discussion of HTTP and long running processes: https://softwareengineering.stackexchange.com/questions/316208/http-status-code-for-still-processing.
HTTP 202
The text was updated successfully, but these errors were encountered:
@mfortuna-isc can you elaborate on the custom headers use case?
Re: long-running processes, I think it would be good to build generalized background process support into isc.rest.
Sorry, something went wrong.
No branches or pull requests
Hi, we have a resource that takes a while to create and want to return
HTTP 202
, and in general want to follow the conventions laid out here: https://farazdagi.com/posts/2014-10-16-rest-long-running-jobs/.See here for a discussion of HTTP and long running processes: https://softwareengineering.stackexchange.com/questions/316208/http-status-code-for-still-processing.
The text was updated successfully, but these errors were encountered: