cloudfoundry / cc-api-v3-style-guide

Style Guide for Cloud Controller v3 API
Apache License 2.0
21 stars 8 forks source link

Support for notifications of async job completion #61

Closed gberche-orange closed 3 years ago

gberche-orange commented 4 years ago

Currently, I understand that the job API require it to be polled to check its status. This makes asynchronous UX slow at best, and usually pushes the polling responsibility to end users.

Was it considered to have the the job API support a scaleable notification mechanism so that users that don't want to poll for underlying async operations, can enjoy a responsive blocking UX ?

See related CLI request at https://github.com/cloudfoundry/cli/issues/1354#issuecomment-427070213

(duplicated comment from V3 Asynchronous Operations Proposal )

cf-gitbot commented 4 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/170355610

The labels on this github issue will be updated when the story is started.

sweinstein22 commented 3 years ago

We are archiving this repo in favor of colocating the information in the ccng repo, any issues or PRs are welcome in its new location. Thanks!