Denis Gukov

Results 416 comments of 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: ![image](https://user-images.githubusercontent.com/914224/197258890-b0f1057b-0cfc-4567-ba28-cae90d51e80e.png) 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. ![image](https://user-images.githubusercontent.com/914224/197260288-4d292be8-8a22-4859-bc56-f6b77f9f4b1d.png) 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.

Hi @flybyray , I merged your PR, can it fix this issue?