-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alpha 8: scheduler/crontab not working #60
Comments
Upgraded to Alpha 8: scheduler not working. Manual tests are ok. |
Can you check your data directory and if there is a |
I only mapped a /config directory, should I map /app too in the compose file? |
Ok, in the container there's a symlink, it should be in the /config dir, but I only have the .env file.
|
Where can I check if the schedule has been effectively read correctly? It's not using crontab internally:
|
Just kidding, I indeed fucked it... |
if you run |
So you were having issues with the schedule too. :)
|
Yeah... I didn't realize I was looking at my development environment. I thought I had the built image running |
I changed the cron expression from 60m to to:
schedule: '*/1 * * * *'
because I wanted to check if latest version tests were working, but no tests have been queued.The results table in the db is empty.
The text was updated successfully, but these errors were encountered: