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

Retry render_async after some time #80

Closed
nikolalsvk opened this issue May 12, 2019 · 2 comments · Fixed by #125
Closed

Retry render_async after some time #80

nikolalsvk opened this issue May 12, 2019 · 2 comments · Fixed by #125

Comments

@nikolalsvk
Copy link
Owner

If request fails and you want to retry it, you should be able to wait for N seconds before firing another request. You can already retry on failure, but it will emit another request right away.

Inspired by this comment #46 (comment)

If you would like to see this request, please 👍 this issue.

@vanboom
Copy link

vanboom commented Jun 26, 2020

An event-based retry or reload feature would be nice to have. In my app which is very interactive, there are many events that require partial updates of the screen after some user editing of records. The ability to manually trigger a reload of a partial that contains a data table would be awesome. I.e. repeat the original render_async that the loaded the partial based on a JS event. I have made some progress on this -- see my issue #121

@nikolalsvk
Copy link
Owner Author

Hey, folks! I just released 2.1.7 version where there is this feature! 🎉

Try it out and share your thoughts! We also added a Discord channel where you can get help quickly. I'd be happy to see you there as well. 💚

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

Successfully merging a pull request may close this issue.

2 participants