Fixed update_state
All threads resolved!
All threads resolved!
Compare changes
+ 1
− 1
@@ -215,7 +215,7 @@ class AbstractLevel(ABC, TrackerHelp):
La vérification des quotas de chaque projet est mise en place en mode non bloquant. Plus d'information sur : https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
Quota verification is enabled for projects in non-blocking mode. More information: https://doc-si.inria.fr/pages/viewpage.action?pageId=146834656
A GitLab upgrade is scheduled for Monday, February 3, 2025. The service will be unavailable for a few minutes between 9am and 1pm. We'll keep you posted on the progress of the upgrade on the Mattermost canal: https://mattermost.inria.fr/devel/channels/gitlab. We recommend that you do not work on the platform until an announcement indicates that maintenance is complete.
Not updating state if the level is interrupted.
It fixed the cannot update state warning and the error in the tests of the levels with infinite loops.