Denis Gukov
Denis Gukov
Hi @mwallraf , @Yukics , @impishian I can't reproduce issue. I use `@daily` value of Cron for task.
Hi @impishian , Perhaps the issue related to BoltDB... I will try to reproduce. Thank you
Ubuntu: 20.04.2 Semaphore: 2.8.67 Cron: * * * * * Working as expected:  Log for single task: ``` 2022-10-21T17:57:00Z semaphore.semaphored[110913]: time="2022-10-21T17:57:00Z" level=info msg="Task 2147482789 added to queue" 2022-10-21T17:57:00Z semaphore.semaphored[110913]:...
@impishian , Perhaps I know why it runs only once.  The cron will check this repo once a minute but execute task only if new commits appears.
I know the field's title is not clear. But I don't know how to call it another. Please suggest your options.
@mwallraf it is a bug. Will be fixed in next release. Thank you!
> It says "optional" but actually I'm unable to clear it once something is selected Fixed in [v2.8.69](https://github.com/ansible-semaphore/semaphore/releases/tag/v2.8.69).
`'GIT_TERMINAL_PROMPT': invalid unit` is useless message but it is mean - you need authentication. You should provide login/password if you use https protocol.
Continue here: https://github.com/ansible-semaphore/semaphore/issues/1025
Hi @flybyray , I merged your PR, can it fix this issue?