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
There's a ~1 minute window (observed in a recent run) where if a dev pushes a commit to the sync PR, it may still be overwritten by the bot.
For now, it seems like the value is very low:
The window is small.
If it does happen, the dev can simply push again (they are likely still set up to trivially run a force push).
Not much CI-running time is lost.
Losing CI results has been the larger sting for an overwrite. The commit itself was always recoverable.
The amount of investigation needed to implement a fix is probably not all that high, but the value is very low, so I'm filing this just to keep track of the known issue and potentially consider fixing it later.
The text was updated successfully, but these errors were encountered:
There's a known race condition in the PR:
There's a ~1 minute window (observed in a recent run) where if a dev pushes a commit to the sync PR, it may still be overwritten by the bot.
For now, it seems like the value is very low:
The amount of investigation needed to implement a fix is probably not all that high, but the value is very low, so I'm filing this just to keep track of the known issue and potentially consider fixing it later.
The text was updated successfully, but these errors were encountered: