Answer the question
In order to leave comments, you need to log in
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
The best cron ended up being scripts in Google Apps Script like
function cron1() {
try {
UrlFetchApp.fetch('<url>');
} catch (e) {}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question