You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to set something up similar to the retry_delay so that I can wait a few seconds before certain asynchronous calls are made. My example use case is that I have a dashboard which has some fairly database intensive queries in it. I'd like to do async calls for all of the elements visible at the top of the page first so that they come in faster and then a second or so later it will perform the calls for the other elements.
The text was updated successfully, but these errors were encountered:
Hey guys, looking for exactly this. The idea is to load a bunch of orders and for each order call an async render with a staggered delay, to avoid having all the partial to be fired at once. For example i'd like to load each partial with a 100ms delay.
I'd like to set something up similar to the retry_delay so that I can wait a few seconds before certain asynchronous calls are made. My example use case is that I have a dashboard which has some fairly database intensive queries in it. I'd like to do async calls for all of the elements visible at the top of the page first so that they come in faster and then a second or so later it will perform the calls for the other elements.
The text was updated successfully, but these errors were encountered: