Prototype endpoints were synchronous. Due to openshift timeout constraints it would be a good idea to update some endpoints (create, fetch config, attachment handling in particular) to include asynchronous handlers to prevent timeouts from longer running transactions.
This is a low priority task for the time being. Another addition (low priority as well) would be HATEOAS links in the service. We can hold that off until time is available.
Prototype endpoints were synchronous. Due to openshift timeout constraints it would be a good idea to update some endpoints (create, fetch config, attachment handling in particular) to include asynchronous handlers to prevent timeouts from longer running transactions.