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 is a race condition when a user marks as inactive a version while it's building, at the end we will end up with indexed data and html files of the inactive version (the deletion happens first, but then we upload the files again when the build finish). We could have a periodic task for this, check all inactive versions and delete any resources left.
The text was updated successfully, but these errors were encountered:
There is a race condition when a user marks as inactive a version while it's building, at the end we will end up with indexed data and html files of the inactive version (the deletion happens first, but then we upload the files again when the build finish). We could have a periodic task for this, check all inactive versions and delete any resources left.
The text was updated successfully, but these errors were encountered: