Denis Gukov
Denis Gukov
Hi @kris9854 1) [robfig/cron](https://github.com/robfig/cron) understands this expression `0 12 15-21 * 2`, so it should works. I will try to reproduce the issue. 2) I will remove npm package [cron-parser](https://www.npmjs.com/package/cron-parser)...
Hi @kris9854 I'm so sorry for delay. I debugging the issue and I found only UI bug. Cron record `0 12 15-21 * 2` works as expected.
@kris9854 I have checked two libraries, and they behave similarly: the day of month and day of week fields are combined using OR, not AND.
I improved UI:
I convert this issue to discussion because it is useful question but not a bug.
Hi @steadfasterX, The backup functionality isn't working properly. I'm fixing it right now.
Now no need matcher for aliased integrations.
Hi, looks like you need to resave all your keys.
Hi @marvincorreia it is encryption of access keys issue: https://docs.semaphoreui.com/administration-guide/security/ If you didn't provide environment variable `SEMAPHORE_ACCESS_KEY_ENCRYPTION` it has been generated automatically and stored in `/etc/semaphore/config.json`. So, you have 3...
The security of access keys is the most important part of Semaphore, as it contains private keys.