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
The subscriber (queue-worker) and publisher (gateway) should not try to reconnect if the connection is being broken due to SIGTERM/SIGINT.
Once #50 is merged they should both try to re-try during the period at which they are terminating.
The watchdog implements similar logic, it could probably be adapted for use here: https://github.com/openfaas/faas/blob/master/watchdog/main.go#L86
The text was updated successfully, but these errors were encountered:
Derek assign: me
Sorry, something went wrong.
I want to do that. It should be quick thing
@bartsmykla has this been resolved with your PR so this issue can be closed? Thx for your work!
bartsmykla
No branches or pull requests
Expected Behaviour
The subscriber (queue-worker) and publisher (gateway) should not try to reconnect if the connection is being broken due to SIGTERM/SIGINT.
Current Behaviour
Once #50 is merged they should both try to re-try during the period at which they are terminating.
Possible Solution
The watchdog implements similar logic, it could probably be adapted for use here: https://github.com/openfaas/faas/blob/master/watchdog/main.go#L86
The text was updated successfully, but these errors were encountered: