ray.tune.syncer.Syncer.wait#

Syncer.wait()[source]#

Wait for asynchronous sync command to finish.

You should implement this method if you spawn asynchronous syncing processes. This method should timeout after the asynchronous command has run for sync_timeout seconds and raise a TimeoutError.