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

Use work queue for reconciliation / improvement to resiliency #27

Open
shukitchan opened this issue Jul 29, 2020 · 4 comments
Open

Use work queue for reconciliation / improvement to resiliency #27

shukitchan opened this issue Jul 29, 2020 · 4 comments
Assignees

Comments

@shukitchan
Copy link
Contributor

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.

@shukitchan shukitchan self-assigned this Jul 29, 2020
@shukitchan
Copy link
Contributor Author

Example - github.com/kubernetes/client-go/tree/master/examples/workqueue

@shukitchan
Copy link
Contributor Author

We should also consider a retry mechanism in the lua script - i.e. to retry a different pod for the service.

@shukitchan
Copy link
Contributor Author

This is probably not a high priority for now.

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

No branches or pull requests

1 participant