Open gustavhartz opened 1 year ago
I would like to second this request. For logging and debugging purposes, it would be helpful to have some context associated with job and task execution. Assigning a unique id (different from the user assigned id) to each job and task and a counter to identify each execution of a job and task would be very helpful for debugging and logging.
thanks, I'll add this in the nearby future
I'm building an application where I'm using toad-scheduler. Works great, but for logging purposes I would like to attach an ID/context to the execution of a task. The idea is that I then can add this id to all logging inside the tasks and easily identify the correct logs.
Thanks for building this!