betty.job module¶ Provide utilities for running jobs concurrently. class betty.job.Context[source]¶ Bases: object Define a job context. __init__(*, manager: SyncManager | None = None)[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 id: str¶ The unique job context ID. property start: datetime¶ When the job started.