Behaviour when remote server removes a resource #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the sim backend does not distinguish whether server removed some resource or authorization session is stale -> cause in both cases server returns
.forbidden.We should analyze how does sim behave on resource removal and also correctly handle this in ContestGraph.
As satori backend has been merged #6, this issue becomes a little more important, cause satori already implements
error.ServerResourceDoesNotExistwhich is completely unhandled inContestGraph.I added proper
error.ServerResourceDoesNotExisthandling insimplatform. Now we need support inContestGraph--updateflag and show new contest nodes #19