JSVachon
Results
2
comments of
JSVachon
Having same issue when running inside a container under AWS ECS. Anything on a fixed schedule is not launched schedule.every().day.at("16:50:00").do(my_task) I tried with and without seconds. Tried with UTC and...
> > Having same issue when running inside a container under AWS ECS. Anything on a fixed schedule is not launched > > ``` > > schedule.every().day.at("16:50:00").do(my_task) > > ```...