Skip to content
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

Schedule one-time job execution after a certain time #162

Open
stefanneuhaus opened this issue Jul 15, 2024 · 0 comments
Open

Schedule one-time job execution after a certain time #162

stefanneuhaus opened this issue Jul 15, 2024 · 0 comments

Comments

@stefanneuhaus
Copy link

I am facing difficulties when using at to schedule a one-time job after a certain time like this:


at -f ./my-script.sh now + 1 minute

Using atq I can verify that the job is actually scheduled. But the job won't start before scheduling another job execution using at. I am wondering if running this inside a container might be the cause. What are your thoughts on this?

If this is actually caused by the execution inside the container, than having supercronic support this case might be valuable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant