• Resolved fabrix95

    (@fabrix95)


    Hi,

    why you don’t add a features tu allow to execute cron from external link?

    I’m not able to use linux server ot script due to shared hosting.

    To use link, every update, I have to add mannualy to mailpoet-cron.php this lines to allow external cron:

    if (isset($_GET[‘argv’])) {
    $argv[1]=$_GET[‘argv’];
    }

    It’s usefull to have this possibility on settings

    • This topic was modified 4 years, 8 months ago by fabrix95.
    • This topic was modified 4 years, 8 months ago by fabrix95.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @fabrix95

    You can use the “website visitors” option and create a cron job to ping your website domain instead, that should work as well.

    Thread Starter fabrix95

    (@fabrix95)

    Hi @wysija,

    the website visitors option slows the website. I need cron every 10/15 minutes for good performance. The only chance is external cron job.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add cron via link’ is closed to new replies.