Closed
Description
Currently when no custom_id
is supplied to produce_block_with_custom_id()
, the job manager will create the job with no key. However if invoked again while the first job is still running, as the second None
key already exists from the first job, it will error with JobAlreadyExists
.
This fix will generate a random key if None
was provided.
Metadata
Metadata
Assignees
Labels
No labels