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

When used together with the grpc service, grpc cannot exit normally. #793

Closed
kangbingbing opened this issue Dec 4, 2023 · 1 comment
Closed
Assignees
Labels
question Further information is requested

Comments

@kangbingbing
Copy link

First, I have a grpc service, and then after introducing the asynq library, the use is normal, but when I stop the program, asynq seems to have stopped normally, but the grpc service cannot exit normally. If it is started again, it will prompt the 50001 port is occupied. I have to kill port 50001 before I can start the program again. Have you encountered similar problems again? How to solve them?

@kangbingbing kangbingbing added the bug Something isn't working label Dec 4, 2023
@kamikazechaser kamikazechaser added the question Further information is requested label Dec 5, 2023
@kamikazechaser
Copy link
Collaborator

This is a Go related question around correctly setting up signals and goroutines. I suggest asking this in other forums.

@kamikazechaser kamikazechaser removed the bug Something isn't working label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants