Timber v2.5.4 Timber.Contexts.JobContext View Source
The job context tracks the execution of background jobs or any isolated task with a reference. Add it like:
%Timber.Contexts.JobContext{attempt: 1, id: "my_job_id", queue_name: "my_job_queue"}
|> Timber.add_context()