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
We should make c-flo reset to git master periodically, for instance once per day.
Proposed flow:
Send a warning via announce_en some minutes before so people know to save their work
git stash all local modifications to participants and the graph
git reset --hard && git pull
Restart c-flo coordinator
This way we can make incentivize people to commit their changes via Flowhub to this repo, and make sure the system recovers automatically in case of programmer errors.
The text was updated successfully, but these errors were encountered:
We should make c-flo reset to git master periodically, for instance once per day.
Proposed flow:
announce_en
some minutes before so people know to save their workgit stash
all local modifications to participants and the graphgit reset --hard && git pull
This way we can make incentivize people to commit their changes via Flowhub to this repo, and make sure the system recovers automatically in case of programmer errors.
The text was updated successfully, but these errors were encountered: