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
cylc run creates a new UUID for a suite, and stores it in the suite runtime database.
cylc restart loads the UUID from the suite runtime database.
Writes UUID in the suite contact file.
Writes UUID in task job environment.
cylc message will only send message to suite if the UUID in task job environment is the same as the UUID in the suite contact file.
(This is probably good enough. A slightly more complete solution is to have cylc message send the UUID with the message as well, and the suite should reject the message if it is different from its current UUID.)
The text was updated successfully, but these errors were encountered: