R
R
run1822018-07-20 21:08:35
Task Schedulers
run182, 2018-07-20 21:08:35

How can I run a script more often than cron allows?

There is a php script that needs to be run every 30 minutes, but hosting allows you to configure cron to run a maximum of once every 1 hour.
How can this limitation be bypassed?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Mykola Ivashchuk, 2018-07-20
@run182

If you do not need to run through the cli, then as an option: cron-job.org

D
Dimonchik, 2018-07-21
@dimonchik2013

generally through a timeout, but you apparently have PCP
then through pain and external cron

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question