Actions
Bug #4113
closedReload technique library at webapp startup if a flag file exists
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
When rudder-webapp is upgraded, the upgrade script create a file /opt/rudder/etc/force_technique_reload.
On next run of CFEngine,if this file is present, CFEngine will ask for technique library reload.
But if CFengine cannot run, the technique library will not be reloaded.
To fix this behavior, we should also reload technique library on webapp startup if the file is present. and delete the file if everything went fine.
Actions