Skip to content
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

task behavior for open requests is poorly specified #9

Closed
inexorabletash opened this issue May 13, 2015 · 1 comment
Closed

task behavior for open requests is poorly specified #9

inexorabletash opened this issue May 13, 2015 · 1 comment
Labels

Comments

@inexorabletash
Copy link
Member

open/deleteDatabase say "queue a task" which is nice, but the steps for the task are written in synchronous style even though they have "wait", which implies that the task queue would block.

There should probably be "steps for asynchronously executing an open request", which would be a good place to hook in an origin-level queue for requests.

inexorabletash added a commit that referenced this issue Jul 15, 2016
Also:
* Remove 'delete pending' flag which is not longer needed.
* Simplify some section names.
* Move the versionchange/blocked logic from upgrade steps to
  open steps, for symmetry with delete steps.
* Rename 'Authorization' section to 'Security Concerns'
@inexorabletash
Copy link
Member Author

Resolved by d1147cb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant