A
A
Alexander Taratin2014-08-30 19:14:35
Computer networks
Alexander Taratin, 2014-08-30 19:14:35

Which free external cron should I choose?

Interested with a minimum launch every 10 minutes.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Taratin, 2017-10-01
@Taraflex

The best cron ended up being scripts in Google Apps Script like

function cron1() {
    try {
        UrlFetchApp.fetch('<url>');
    } catch (e) {}
}

You can run at least every minute and, if you wish, process the result and save statistics in google spreadsheets

I
Ingtar, 2014-08-30
@Ingtar

What is an external cron?....

M
Maxi-II, 2018-01-24
@Maxi-II

Cron-Job.ru has recently appeared - a free service for running scripts on a schedule. The frequency is from 1 minute, the results are stored in the database, there are graphical statistics and notifications about execution and errors

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question