The problem also occurs in the plugin for playwright:
https://community.bablosoft.com/topic/30939/select-version-of-plugin-playwright-with-fingerprints
Hello im hoping someone knows whats up.
I have made plenty of bots that are using database and they are kind of running 24/7.
My issues are:
Or are bugs caused because i have 430000 records overall in my database and its toomuch?
what could be wrong? BTW AS i have done writing this question one of my dbs decreased to 20465 records as i predicted.
i think there may be wrongly specified group in some of my bots. thats why it takes from wrong group. But i cant find it. So maybe its bug.
And the second thing with records not being added is also troublesome.
Any thoughts?
i have been really checking these bots over and over and i dont see any action that has wrong group specified or that deletes something
Ok the value stopped being reduced after i turned one bot offline.
so i know which bot is it.
i checked the bot.
this is what gets and removes the record

i take 100 top elements with some criteria from group1.
then i take one random element from that list.
then i remove it from db with its ID.
seems it removes the record from both group1 and group2 thats why both dbs are decreasing (when only one should)
but there are no same records that are in 2 groups simultaneously
can there be 2 records, one in group1,second with group2, that have same ID?
that seem to explain one issue.
But issue number 2 is still not clear whats going on.
Is it just record number bugged : ?

because it should be growing by one every 30 second but its been at this number for a while and eventually goes few up and few down
edit
NVM i was using older version of my bot (i created fixed version but launched wrong shortcut)... what a waste of time !
@yourfriendkarol said in 1. Decreasing DB records, 2. DB records not added instantly if ever = ?:
NVM i was using older version of my bot (i created fixed version but launched wrong shortcut)... what a waste of time !
Is the problem still relevant?