You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for this code. I would like to know if it is possible to run the SHEDULE at a specific hour ? I can't found crontab command when connected in the container...
Can we use something like SCHEDULE=@Scheduled(cron = "0 0 12 * * ?") ?
Hello, thanks for this code. I would like to know if it is possible to run the SHEDULE at a specific hour ? I can't found crontab command when connected in the container...
Can we use something like
SCHEDULE=@Scheduled(cron = "0 0 12 * * ?")?