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'm getting this in my production and I also get it in my test cases intermittently. My testcases are threaded which is why I thought they were happening.
But... they are also happening on production which is not using threading and it is just normal Rails / Puma. It seems like there is some kind of race condition being hit when the database records are being refresh.
I'm using Sequel orm which might be the source, but I don't think that is causing it.
Can someone give me some insight why this might be happening intermittently?
The text was updated successfully, but these errors were encountered:
When my model refreshes, I'm getting this error sometimes:
I'm getting this in my production and I also get it in my test cases intermittently. My testcases are threaded which is why I thought they were happening.
But... they are also happening on production which is not using threading and it is just normal Rails / Puma. It seems like there is some kind of race condition being hit when the database records are being refresh.
I'm using Sequel orm which might be the source, but I don't think that is causing it.
Can someone give me some insight why this might be happening intermittently?
The text was updated successfully, but these errors were encountered: