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

Worker stops polling the temporal server cluster #280

Open
Arun-V00222 opened this issue Jan 12, 2024 · 3 comments
Open

Worker stops polling the temporal server cluster #280

Arun-V00222 opened this issue Jan 12, 2024 · 3 comments

Comments

@Arun-V00222
Copy link

We are using temporal version 0.2.0 in production and are observing the below issue

Container - ECS
Instance - EC2

On startup the temporal client is able to poll for activities & workflows available to process and after sometime the polling stops. But the process is still running.

Screenshot 2024-01-12 at 4 43 12 PM

So everytime the process has to be restarted for client to start polling again.

@hughevans
Copy link
Contributor

Are you able to inspect the process? We’re experiencing a similar issue and found that the whole Ruby process for the worker is in a very odd state, not even responding to kill -9.

@Arun-V00222
Copy link
Author

but we are able to kill the process by logging into the container. Supervisor automatically restarts the process and the polling works fine then.

@DeRauk
Copy link
Contributor

DeRauk commented Jan 18, 2024

Thanks for reporting the issue. When you kill the process is there a stack trace printed out?

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

No branches or pull requests

3 participants