U
U
Us592019-05-07 22:00:00
Task Schedulers
Us59, 2019-05-07 22:00:00

How to set up Cron 10 seconds after previous CRON?

There are 2 Cron tasks, you need to run the second Cron 10 seconds after the start of the first one, is this possible?
This is what the commands look like now:

/usr/bin/wget -O - -q -t 1 http://www.123.com/script/handle.php
/usr/bin/wget -O - -q -t 1 http://www.123.com/script/start.php

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Chernykh, 2019-05-08
@sashkets

wget -O - -q -t 1 http://www.123.com/script/handle.php && sleep 10 && wget -O - -q -t 1 http://www.123.com/script/start.php

D
Dimonchik, 2017-04-16
@dimonchik2013

want to pull on a template they like or create

T
ThunderCat, 2017-04-16
@ThunderCat

Often I see here and there they use the word "design"

Customers are often people who are far from a clear understanding of the terms, they are often confused even within the IT environment, check with the customer, this is normal.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question