betty.job module

Provide utilities for running jobs concurrently.

class betty.job.Context[source]

Bases: object

Define a job context.

__init__()[source]
property cache: Cache[Any]

Provide a cache for this job context.

The cache is volatile and will be discarded once the job context is completed.

property start: datetime

When the job started.