You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a large number of services > 2500. The watchBackend func is taking over 15-20 seconds due to the sequential service queries. I am proposing an update to the below code to be a go func with worker pools.
We have a large number of services > 2500. The watchBackend func is taking over 15-20 seconds due to the sequential service queries. I am proposing an update to the below code to be a go func with worker pools.
https://github.com/fabiolb/fabio/blob/master/registry/consul/service.go#L57
I will PR this hopefully early next week.
The text was updated successfully, but these errors were encountered: