We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RR closes to early grpc connection so some running process are not able to complete correctly.
2024.1.5
(with temporal)
In such scenario activity finishes but is not able to send result to temporal with grpc client.
2024-08-12T06:59:36+02:00 {"level":"info","ts":1723438776025103636,"logger":"temporal","msg":"Task processing failed with error","Namespace":"orders-service","TaskQueue":"default","WorkerID":"default:159998ee-1ff5-4ab9-bfc6-ad74e2924210","WorkerType":"ActivityWorker","Error":"grpc: the client connection is closing"} 2024-08-12T06:59:36+02:00 {"message":"API Request finished"} 2024-08-12T06:59:35+02:00 {"level":"info","ts":1723438775062632589,"logger":"server","msg":"destroy signal received","timeout":60} 2024-08-12T06:59:35+02:00 {"level":"info","ts":1723438775062567608,"logger":"server","msg":"destroy signal received","timeout":60} 2024-08-12T06:59:35+02:00 {"level":"info","ts":1723438775062591477,"logger":"server","msg":"destroy signal received","timeout":30} 2024-08-12T06:59:35+02:00 {"level":"info","ts":1723438775062558877,"logger":"temporal","msg":"Stopped Worker","Namespace":"orders-service","TaskQueue":"default","WorkerID":"default:159998ee-1ff5-4ab9-bfc6-ad74e2924210"} 2024-08-12T06:59:35+02:00 stop signal received, grace timeout is: 30 seconds 2024-08-12T06:59:34+02:00 {"message":"API Request started"}
The text was updated successfully, but these errors were encountered:
Example how to reproduce: https://github.com/pfy-oleksii-storozhylov/samples-php/pull/1/files
Sorry, something went wrong.
@rustatian (note for myself):
v2024.2.1
rustatian
Successfully merging a pull request may close this issue.
No duplicates 🥲.
What happened?
RR closes to early grpc connection so some running process are not able to complete correctly.
Version (rr --version)
2024.1.5
How to reproduce the issue?
(with temporal)
In such scenario activity finishes but is not able to send result to temporal with grpc client.
Relevant log output
The text was updated successfully, but these errors were encountered: