tilebox.workflows
Context.job_cache
tilebox.workflows
Context.job_cache
Copy
# within a Tasks execute method, access the job cache
# def execute(self, context: ExecutionContext):
context.job_cache["some-key"] = b"my-value"
Copy
ExecutionContext.job_cache: JobCache
Access the job cache for a task.
Was this page helpful?
Copy
# within a Tasks execute method, access the job cache
# def execute(self, context: ExecutionContext):
context.job_cache["some-key"] = b"my-value"