generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-job queue: allow more than 1 pending job in the queue #30
Labels
enhancement
New feature or request
Comments
This was referenced Feb 9, 2022
Open
Closed
Merged
yeraydavidrodriguez
added a commit
that referenced
this issue
May 17, 2022
yeraydavidrodriguez
added a commit
that referenced
this issue
May 17, 2022
yeraydavidrodriguez
added a commit
that referenced
this issue
May 20, 2022
yeraydavidrodriguez
added a commit
that referenced
this issue
May 20, 2022
yeraydavidrodriguez
added a commit
that referenced
this issue
May 24, 2022
yeraydavidrodriguez
added a commit
that referenced
this issue
May 24, 2022
yeraydavidrodriguez
added a commit
that referenced
this issue
May 24, 2022
yeraydavidrodriguez
added a commit
that referenced
this issue
May 24, 2022
yeraydavidrodriguez
added a commit
that referenced
this issue
May 24, 2022
yeraydavidrodriguez
added a commit
that referenced
this issue
May 24, 2022
yeraydavidrodriguez
added a commit
that referenced
this issue
May 24, 2022
yeraydavidrodriguez
added a commit
that referenced
this issue
Jun 1, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Depends on: #38
Right now the queue only allows one pending job. If there is a not finished job the queue does not allow adding more jobs. We want to allow N jobs in the queue.
In order to implement this feature we need to add an extra input to the action when we use the
finish-job
or other action that might require the job id:Notice the new input
job_id: 15
The text was updated successfully, but these errors were encountered: