consecutive scheduled tasks
Would be a great feature to be able to setup a scheduled task run run after the completition of previous running task.
In this way we can setup an start hour for one task and the rest to run in chain after this.
Best regards
1
vote
Luis Carrillo
shared this idea
The desired outcome can be achieved by chaining LInux commands with double ampersand. If this cannot be done for some reasons it is also possible to place the commands that shall be executed sequentially in a shell (.sh) file and to run that file from cron.
-- PD