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
One solution is to lock the record in the table that holds the previous update date and keep the lock until the update run is complete. Any other instances can attempt to lock the record and if they fail, don't run the update process.
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
Update should proccedd in the first instance, ignoring the second
❌ Actual result
Second instance stops with an error. (no debug info since the first instance altered the prg, so source is out of date)
The text was updated successfully, but these errors were encountered: