wait_for_processing()
Python package: neptune-scale
Waits until all metadata is processed by Neptune.
Once the call is complete, the data is saved in Neptune.
Parameters
Returns
True
if operations were processed successfullyFalse
if timeout was reached or waiting was interrupted
Example
from neptune_scale import Run
with Run(...) as run:
run.log_configs(...)
...
run.wait_for_processing()
run.log_metrics(...) # called once submitted data has been processed