WatermelonDB icon indicating copy to clipboard operation
WatermelonDB copied to clipboard

Clearing the queue

Open thelight413 opened this issue 2 years ago • 1 comments

Is there way to clear the action queue? I have an app that had the action queue warning(the action cannot be performed there are # actions in the queue). It was happening because of some error in the code. I fixed the error but the problem is that it seems like the previous actions are still in the queue. A fresh install of the app does work.

thelight413 avatar Jul 25 '23 14:07 thelight413

Once the js event loop is flooded i can see it in my application too, but never had a problem. This can happen when the database is being saved and the application is on foreground or less priority. Never really caused a problem on production here.

lucaswitch avatar Nov 25 '23 19:11 lucaswitch