bluesky_queueserver_api.zmq.REManagerAPI.set_default_lock_key

REManagerAPI.set_default_lock_key(lock_key)

Set the default lock key. The lock key must be a non-empty string. The key is saved to a file on disk and loaded each time get_default_lock_key() method is called. See the description for get_default_lock_key() for more information.

Parameters:
lock_key: str

The new lock key.

Returns:
None
Raises:
IOError

Error while saving the lock key to disk or the lock key is invalid.