-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Problem: Tasks stuck in Waiting #3007
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
Comments
I found out that it happens after a certain task. The special thing about the task is that it generates a lot of log lines in the semaphore (well over 100,000).
Maybe both errors are somehow related, if not I can open another issue. |
Hi @lug-gh it is knows issue, fixing in progress. |
Hi @lug-gh Fix will be available in 2.15. Not in 2.14, too many changes. |
Issue
After upgrading from v2.13.12 to v2.14.8 I get the issue that after a short period of time my tasks don't start anymore. after restarting semaphore it works again for a few minutes, before it get's stuck again.
It's not specific to ansible etc., it affects every task type.
Impact
Ansible (task execution)
Installation method
Docker
Database
Postgres
Browser
No response
Semaphore Version
v2.14.8
Ansible Version
Logs & errors
Here's an example.
Task 5847 was started and executed, it failed (not because of semaphore, just a failed playbook because of the host).
After that task 5848 was started, but the task log kept being blank, nothing happened. After 4 minutes Task 5848 was stopped manually with the stop button.
Then the tasks 5849 and 5850 were triggered (in this case with the webhook integration, but it happens on any way, as you can see on task 5848). These tasks are still in "waiting", even if there's no other task running.
So I execute
docker compose down && docker compose up -d
, the tasks that were waiting are still waiting. If i stop them and then manually start it again, the task is executed immediately without any problem.Manual installation - system information
No response
Configuration
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: