Kamil Kujawiński

Results 7 issues of Kamil Kujawiński

If cron job is configured and DST change occurs Chaperone starts executing job in loop regardless cron configuration. Log: > Oct 29 02:58:50 d3a4d1f36a3a chaperone[1]: Switching all chaperone logging to...

If only one cron fail than all further execution are ignored: ``` 2016-12-30 16:30:20 | Dec 30 16:30:20 fdffabd9114a chaperone[1]: REAP pid=49,status=256 2016-12-30 16:30:20 | Dec 30 16:30:20 fdffabd9114a chaperone[1]:...

I need in toggle also between dash-case and dot.case. Currently toggle is defined in source code between: PascalCase, snake_case, camelCase. What about adding new settings where one define list of...

`Croniter` incorrectly calculate next cron hit if DST change occurs. The reason is giving `dateutil.tz.tzlocal` object in initial datetime. You can read criticsm about here http://www.assert.cc/2014/05/25/which-python-time-zone-library.html. I have already fixed...

Docker build calculates same cache checksums for different tar contexts. Test case Files structure: ``` - ctx/ \- test.txt with default value - ctx1/ \- test.txt values for ctx1 -...

area/builder