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
If there is failure writing to redis, we should consider using a work queue to retry the event later.
We should also consider other measure to improve resiliency of the ingress controller under the pressure of high volume updates.
The text was updated successfully, but these errors were encountered:
Example - github.com/kubernetes/client-go/tree/master/examples/workqueue
Sorry, something went wrong.
We should also consider a retry mechanism in the lua script - i.e. to retry a different pod for the service.
Reference Info on controller -
This is probably not a high priority for now.
shukitchan
No branches or pull requests
If there is failure writing to redis, we should consider using a work queue to retry the event later.
We should also consider other measure to improve resiliency of the ingress controller under the pressure of high volume updates.
The text was updated successfully, but these errors were encountered: