Skip to content

Commit

Permalink
service: runs: pass run queue to task
Browse files Browse the repository at this point in the history
  • Loading branch information
yashlamba authored and alejandromumo committed Jun 5, 2024
1 parent bc881ed commit 8888648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invenio_jobs/services/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def create(self, identity, job_id, data, uow=None):
execute_run,
kwargs={"run_id": run.id, "kwargs": run.args},
task_id=str(run.task_id),
queue=run.queue,
)
)

Expand Down

0 comments on commit 8888648

Please sign in to comment.