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
Redeploying an artifact with mvn install (or mvn deploy) while the sync job is still running may cause a race condition.
We need to ensure that reprocessing of artifacts that are currently work on gets delayed properly.
In practice, this should be a minor issue but its worth noting it. There might be abuse potential by destructive agents.
The text was updated successfully, but these errors were encountered:
Redeploying an artifact with
mvn install
(ormvn deploy
) while the sync job is still running may cause a race condition.We need to ensure that reprocessing of artifacts that are currently work on gets delayed properly.
In practice, this should be a minor issue but its worth noting it. There might be abuse potential by destructive agents.
The text was updated successfully, but these errors were encountered: