Closed cjpatton closed 1 month ago
Closes #64.
Current the task ID is computed by hashing the raw TaskConfig. Prepend the TaskConfig with a salt string so that it's less likely we'll confuse the task ID with the hash of the task config in a different context.
TaskConfig
Whoops, I forgot to change base before merging. I cherry-picked this commit onto main and pushed.
Closes #64.
Current the task ID is computed by hashing the raw
TaskConfig
. Prepend theTaskConfig
with a salt string so that it's less likely we'll confuse the task ID with the hash of the task config in a different context.