Timber v2.5.5
Timber.Contexts.JobContext
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()