-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
Run queue.process() in background #4115
Run queue.process() in background #4115
Conversation
If you set the agent to only query one and then exec it afterwards you have a stuck task that a new agent can not query. (this pull fix that, so it's a bugfix) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/v2.7 #4115 +/- ##
===============================================
Coverage ? 26.87%
===============================================
Files ? 394
Lines ? 27566
Branches ? 0
===============================================
Hits ? 7407
Misses ? 19454
Partials ? 705 ☔ View full report in Codecov by Sentry. |
Tearing down https://woodpecker-ci-woodpecker-pr-4115.surge.sh |
Backported fix from #4114
before this it could happen that worklows that depend on other got stuck untill a new queue task was added