Using Azure File Share for NuCache files for load balanced multi-subscriber environments #18269
Closed
keremkambur
started this conversation in
Features and ideas
Replies: 2 comments
-
This sounds like an excellent question for the forums or Discord, where our friendly community can help you find the best solution for your requirements. Make sure to head on over to https://our.umbraco.com or https://discord.umbraco.com and ask follow up questions there. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you Sebastian! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings,
we are using Umbraco following Load Balanced Environments guidelines. We are using Container Apps to benefit advanced scaling capabilities. We adjusted a readiness probe to scale out successfully but while checking logs, it takes quite much time to read everything from database to warm up new Subscriber instance. This sometimes ends up with failure.
To achieve quicker bootup, we are considering persisting
umbraco/Data
folder using Azure File Share to populate content/media cache from NuCache files.Do you see any implications sharing this folder by N amount of instances? Would it be safe? Because it takes only 5 seconds spinning up a new Subscriber instance when content/media cache read from file. Meanwhile, it takes over 40 seconds (maybe even more depending on the load on SQL) when cache is populated from database. So we are very eager to give it a try but I am not sure about NuCache intrinsic.
Kind regards,
Kerem
Beta Was this translation helpful? Give feedback.
All reactions