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

Deck support serial and parallel sync #85

Closed
cello86 opened this issue Oct 16, 2019 · 1 comment
Closed

Deck support serial and parallel sync #85

cello86 opened this issue Oct 16, 2019 · 1 comment
Milestone

Comments

@cello86
Copy link

cello86 commented Oct 16, 2019

Hi,
we're trying to use deck on our Kong installation with some routes and randomly we noticed error into the routes updates. It seems related to the concurrent updates on database side. Is it possible to use a serial sync?

Thanks,
Marcello

@hbagdi
Copy link
Member

hbagdi commented Oct 16, 2019

The parallelism is hard-coded as 10:
https://github.com/hbagdi/deck/blob/21fd1af6442e5ec20f33718c28e4110562f09e95/solver/solver.go#L26

PR welcome to make this configurable.

@hbagdi hbagdi added this to the v0.6.0 milestone Oct 19, 2019
@hbagdi hbagdi closed this as completed in d64e8b2 Oct 20, 2019
rainest pushed a commit that referenced this issue Apr 21, 2021
This controls the number of concurrent requests that are sent against
the Admin API of Kong.

Fix #85
AntoineJac pushed a commit that referenced this issue Jan 23, 2024
This controls the number of concurrent requests that are sent against
the Admin API of Kong.

Fix #85
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

2 participants