https://dagster.io/ logo
n

Noah K

12/31/2020, 10:56 AM
Is there anywhere in a run object I can store launcher-specific data? Specifically a task ID to use later for termination.
n

Noah K

12/31/2020, 2:02 PM
👍
d

daniel

12/31/2020, 2:02 PM
One tricky thing is there might be a race condition (that we should fix) if the tag is set after execution has already started, that's why the launcher is careful to set the tag before execution actually starts
n

Noah K

12/31/2020, 2:02 PM
I see you reworked the launcher code last month wheee
Or rather the origin management code which is part of the launcher flow 🙂