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
{{ message }}
This repository was archived by the owner on Dec 26, 2023. It is now read-only.
After spawning or killing a layer, successfully or not we save that information to the layerform state.
This step is crucial for us to be able to later spawn layers on top of it or kill it.
Currently, we delete all the temporary directories we create in order to perform the spawn/kill process, that means that it is literally impossible for the user to even try to fix the issue by hand.
When failing to upload, retry 3 times (back-off 10s).
When all attempts fail, keep file on disk (not temporary folder) and show error message (link to Discord)