cylc.flow.main_loop.log_data_store
Log the number and size of each type of object in the data store.
Note
This plugin is for Cylc developers debugging the data store.
If matplotlib
is installed this plugin will plot results as a PDF in
the run directory when the workflow is shut down (cleanly).
Python API
Coroutines
Construct the initial state. |
|
Count the number of objects and the data store size. |
|
Dump data to JSON, attempt to plot results. |
- async cylc.flow.main_loop.log_data_store.init(scheduler, state)[source]
Construct the initial state.