-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
[BUG] Cron doesn't run after container created until container stopped then started again #631
Comments
I am seeing that as well. |
I noticed this with a recent update too. I think you can force it on by setting the environment variable:
or whatever schedule you want. |
I too have encountered this, and I think it's to do with the
The files do exist and are marked writable, so i assume this is some quirk of how podman implements the container stdout/stderr:
And indeed if i remove that redirect with |
oh interesting. I don't use podman myself, so I never ran into this issue. Does podman expose the STDOUT/STDERR file descriptors at a different path? Might be an easy fix. |
i dont run podman and my scrutiny doesnt run unless the system/container is restarted:
|
Describe the bug
When creating and starting the latest (0.8.1 omnibus) of Scrutiny Cron does not run until I stop the container then start it again, after this Cron runs as expected
Expected behavior
Cron should run without having to stop and start the container after creation
Screenshots
N/A
Log Files
N/A
Extra
I am using podman not docker, so it could be an issue with podman?
The container is created with the following commands
The text was updated successfully, but these errors were encountered: