-
Notifications
You must be signed in to change notification settings - Fork 45
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
Async conventions outside of Processes API #59
Comments
There is currently no separate conformance class for async execution in the OGC API - Processes. It is the default execution mode. Howevern this is subject to change, as we plan to also introduce a push-based async execution mechanism (in addition to the existing pull-based one). In general the question is whether it is feasible for the Coverages API to use a conformance class from the API - Processes or whether the async execution conformance classes should move to the API - Common and Coverages as well as Processes use those.. |
I proposed that the async execution / |
Closed as this discussion will happen in API Common. |
In implementing the Coverages API, it's clear that we need some sort of accommodation of asynchronous requests. There exist coverage requests that we want to fulfill but cannot guarantee completion within any reasonable timeout. Has there been thought toward making the async portions of the Processes API available to other APIs? What would be the mechanism for doing this?
The previous WCPS standard seemed to bridge this gap, but I don't see anything between the new Coverages and Processes services.
The text was updated successfully, but these errors were encountered: