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
Hi
We are using BullBoard with bullMq which is a life saver.
We paused a queue for couple of hours and during that time it got full with 7 million tasks (in paused), so we decided to clean those 7m so we wont have to process them.
Once clicking on Empty, our ElasticChace (AWS redis solution) instance got chocked,.all our services where not able to communicate with it, neither redis insight UI as it claims that a blocking script is running.
After 10 min it came back to life, after our entire data got.lost/deleted (assuming the EC instance was crashed)
Any idea what can cause that? Any scale limitations you are aware of?
Thx!
The text was updated successfully, but these errors were encountered:
Currently there is no limit of how many items to clean (it uses BullMQ directly, with max_safe_integer as the clean limit)
Meaning that there is no any logic on the bull-board side ...
I'm not aware of a scale limit of BullMQ itself, maybe you should ask there?
Hi
We are using BullBoard with bullMq which is a life saver.
We paused a queue for couple of hours and during that time it got full with 7 million tasks (in paused), so we decided to clean those 7m so we wont have to process them.
Once clicking on Empty, our ElasticChace (AWS redis solution) instance got chocked,.all our services where not able to communicate with it, neither redis insight UI as it claims that a blocking script is running.
After 10 min it came back to life, after our entire data got.lost/deleted (assuming the EC instance was crashed)
Any idea what can cause that? Any scale limitations you are aware of?
Thx!
The text was updated successfully, but these errors were encountered: