Search found 3 matches
- Tue Oct 22, 2013 17:53
- Forum: Feature requests
- Topic: Timeperiods extension
- Replies: 0
- Views: 5950
Timeperiods extension
Hello, In the configuration of "timeperiods", you can add an exclude option. For example : define timeperiod{ timeperiod_name workhours name workhours alias "Normal" Working Hours monday 08:00-18:00 ... exclude holidays } This is very handy for example, for holidays. It would be nice to be able to a...
- Tue Sep 03, 2013 11:05
- Forum: Support (NConf 1.3.0)
- Topic: Timeperiods
- Replies: 1
- Views: 3855
Timeperiods
Hello, In the configuration of "timeperiods", you can add an exclude option. For example : define timeperiod{ timeperiod_name workhours name workhours alias "Normal" Working Hours monday 08:00-18:00 ... exclude holidays } Can I add such an option somewhere in the nconf interface ? Besides the regula...
- Tue Aug 13, 2013 17:25
- Forum: Support (NConf 1.3.0)
- Topic: Configuration Deployment speed
- Replies: 3
- Views: 4668
Re: Configuration Deployment speed
The problem is that nconf always copies all files, whether they are changed or not. Often you just make a change that reflects 1 instance, and nconf wants to copy everything to every instance. I have speed up my deployment by writing a small script that keeps the hash values of the config files, and...