Cron Job Task linux

Hello everyone

I`ve completed successfully cron job task in linux but I was wondering it would be so cool if I was able to do that at the 3 servers at once, at the same time .

Is there any way ?

Hello @Elsevi,

If the crons are defined in the same way across 3 servers, they should run at the same time.
Do you mind sharing the link to the task for better discussion?

Thanks,
Trung.

Thanks
But what I actually really meant was to set it at the three of them at once instead of getting logged in each server and setting up one by one. It would be great if it could be done

Hi @Elsevi,
You can automate this stuff by writing a script. If you are familiar with it.

Regards,

OR
You can open multiple terminals to perform tasks on each app servers.

Regards,