tasktiger
tasktiger copied to clipboard
Include original task id with batched parameters
This allows clients to know which task ID a set of parameters came from. Useful for logging purposes.
Would tiger.current_tasks[N].id
be sufficient to do this? For a single task you'd also use tiger.current_task.id
to get the ID.
What do we want to decide here?
I started an alternative implementation using your suggestion. I removed you as a reviewer on this one.