We have Contour installed in a load balanced environment (2 web servers behind a load balancer).
We have Umbraco setup with the distributed calls section of the umbracoSettings.config working so that when content is published on one node it automatically refreshes the cache on the other server.
This is working fine.
However, when we make changes to the Contour forms on one server, the changes aren't reflected on the other server. Does Contour have its own settings to make this work or is this a bug?
Hopefully you're not still stuck on this, but if you are we had a number of similar issues with Contour in our load balanced environment and managed to resolve it by turning Contour caching off.
You can do this by editing UmbracoContour.config and setting:
Load Balanced Setup - Changes not replicating
Hello,
We have Contour installed in a load balanced environment (2 web servers behind a load balancer).
We have Umbraco setup with the distributed calls section of the umbracoSettings.config working so that when content is published on one node it automatically refreshes the cache on the other server.
This is working fine.
However, when we make changes to the Contour forms on one server, the changes aren't reflected on the other server. Does Contour have its own settings to make this work or is this a bug?
Thanks,
- Chris
Bump!
Can anybody help with this?
Thanks,
- Chris
Hi Chris,
Hopefully you're not still stuck on this, but if you are we had a number of similar issues with Contour in our load balanced environment and managed to resolve it by turning Contour caching off.
You can do this by editing UmbracoContour.config and setting:
<setting key="DisableFormCaching" value="True" />
If you're using Umbraco Forms (Umbraco 7.2.1), this config file is now listed as /App_Plugins/UmbracoForms/UmbracoForms.config.
is working on a reply...