supercronic icon indicating copy to clipboard operation
supercronic copied to clipboard

Schedule one-time job execution after a certain time

Open stefanneuhaus opened this issue 7 months ago • 0 comments

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.

stefanneuhaus avatar Jul 15 '24 21:07 stefanneuhaus