-
Notifications
You must be signed in to change notification settings - Fork 170
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
WebAPI v2.11 fails to start with many sources configured #2031 #2032
Conversation
Tagging @anton-abushkevich @ssuvorov-fls here. I added a commit where I'm trying to add back control of the caching to honor the priority of the daimon. Prior to this change, we'd only cache record counts where the priority is > 0. The code I added tries to re-apply this rule but while making the update, it did raise a few questions:
|
Yes, it should still work.
I think you right, but it is not the scope of this PR. Let's create another task for this and do the discuttion/research there. I will approve your changes in this PR and create a new task to discuss these topics. I hope, Sergey @ssuvorov-fls will help us with it. |
It will be important to preserve the backwards compatibility here - in our environment, it is not feasible to cache all Achilles results.
Could you please open a new issue with these details? We'll keep the focus of this PR on the name length issue but my preference is to add a configuration setting that allows us to disable the Achilles cache functionality for now. |
* fails to start with many sources configured #2031 * Starting to add back the ability to control caching based on daimon priority Co-authored-by: Anthony Sena <[email protected]> (cherry picked from commit fad3dab)
Quick fix for #2031