Skip to content

Commit

Permalink
uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdchang committed Jan 29, 2024
1 parent 131366d commit 62dd30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/utils/rq_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def update_status_on_job_fail(job, connection, etype, value, traceback):


def create_job(request_payload, sim_type, redis_conn):
workflow_id = f"ciemss-{uuid4()}"
workflow_id = f"{uuid4()}"

payload = {
"name": workflow_id,
Expand Down

0 comments on commit 62dd30e

Please sign in to comment.