octomachinery.runtime.context module#

The globally accessible context vars mapping.

It is supposed to be used as follows:

>>> from octomachinery.runtime.context import RUNTIME_CONTEXT

Or shorter: >>> from octomachinery import RUNTIME_CONTEXT