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
Sometimes we need to pause / scale back on how fast a parallel scripterator run is running because it's causing too much load, causing performance problems, we want to investigate some errors, etc.
It'd be cool to have a flag in redis that controlled this.
For example if one_timer_script:blabla:paused exists it would pause on the next ID and wait for that key to be deleted.
Or if one_timer_script:blabla:delay was set to 0.5 it would sleep 0.5 seconds before processing the next ID.
The text was updated successfully, but these errors were encountered:
Sometimes we need to pause / scale back on how fast a parallel scripterator run is running because it's causing too much load, causing performance problems, we want to investigate some errors, etc.
It'd be cool to have a flag in redis that controlled this.
For example if
one_timer_script:blabla:paused
exists it would pause on the next ID and wait for that key to be deleted.Or if
one_timer_script:blabla:delay
was set to0.5
it would sleep 0.5 seconds before processing the next ID.The text was updated successfully, but these errors were encountered: