Skip to content
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

A process blockage #3300

Open
Darkluna999 opened this issue Jul 14, 2023 · 11 comments
Open

A process blockage #3300

Darkluna999 opened this issue Jul 14, 2023 · 11 comments
Labels

Comments

@Darkluna999
Copy link

Darkluna999 commented Jul 14, 2023

The Same as #3067
Every once in a while this phenomenon can cause a flow blockage
not only run agent schedule 'every_1m'
but also run agent schedule 'every_2m' run agent schedule 'every_5m'
If it is repeated the same time, it will create a process blockage
This is not caused by any of my processes, even the sample process that has just been deployed will occur after a period of time and will not disappear if it is not reset
Even if I delete the entry directly from the database, it can't be corrected, only by restarting the container

@Darkluna999
Copy link
Author

Some additions, even if I use a version 2 years ago, this problem still occurs.
But I found a solution, this problem will not occur if I don't connect to an external postgres database?

@przemo
Copy link

przemo commented Jul 28, 2023

I happen to have the same problem. No extremalnie postgres DB.

@RafaelSchridi
Copy link

having the same problem, no external DB.
image

@ww2283
Copy link

ww2283 commented Aug 1, 2023

same problem here, latest docker image:
image

@dongore
Copy link

dongore commented Sep 18, 2023

Same here as well.

@kix2902
Copy link

kix2902 commented Oct 1, 2023

I've got this problem right now, restarting the container fixed it and all the processes finished in a hurry

@yalidabuda
Copy link

Yes, restarting the container can fix it, but next time I don't know when it will appear again.

@virtadpt
Copy link
Collaborator

Some additions, even if I use a version 2 years ago, this problem still occurs. But I found a solution, this problem will not occur if I don't connect to an external postgres database?

Could it be that Huginn is losing contact with the external database server, and failing to reconnect? Is there anything along those lines in the production.log file?

@dongore
Copy link

dongore commented Nov 16, 2023

I'm not using am external database, but in my experience it does happen when the internet connection drops out. So it seems it starts hanging when the connection to an external source fails.

@jjeffers jjeffers added the issue label Jan 17, 2024
@Darkluna999
Copy link
Author

So after all this time, do you guys have any solutions to fix this problem?

@virtadpt
Copy link
Collaborator

I think the only solution any of us have really found was to prevent the database connections from dropping, because that seems to cause it. That's easier said than done due to how TCP/IP works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

9 participants