Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

How do we know when to re-call failed queries? #10

Open
tonyhb opened this issue Apr 20, 2016 · 0 comments
Open

How do we know when to re-call failed queries? #10

tonyhb opened this issue Apr 20, 2016 · 0 comments

Comments

@tonyhb
Copy link
Owner

tonyhb commented Apr 20, 2016

We have a component requests data. The request fails. We make sure we don't re-request this data in an infinite loop when the status is updated by not rerequesting failed GET queries.

How do we know when to retry failed GET queries?

@load({
  user: User.getItem({ id: 3 })
})
...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant