• Resolved numero7

    (@numero7)


    Hi there, would you please explain what is this cron task triggered by your plugin : inpsyde_phone-home_checkin

    and if it’s not necessary, how to disable it.

    Thanks a lot by the way for your excellent work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Giuseppe Mazzapica

    (@giuseppemazzapica-1)

    Hi,

    In plugin version 3.3.6 we asked our users the consent to anonimously send to our servers some site data: WordPress and PHP version.

    If you gave that consent, the cron job will send to our server those data, once every 14 days.

    If you did not gave the consent, the cron should not be there at all.

    The cron is very fast, do nothing on the server where the plugin runs, and just do non-blocking HTTP request, that runs 2 times in a month… so from a performance point of view, this has pretty much zero effect.

    We will remove the cron job once we had collected a good data base (that we will share publicly).

    Still, if you want the cron to be removed right now, you need to write the following line of code in a plugin or a MU plugin:

    add_action('plugins_loaded', array('Inpsyde_PhoneHome_CronController', 'unschedule'), 20)

    Let me know if you need further information or assistance.

    Thread Starter numero7

    (@numero7)

    ah okay so this is good 🙂 i just wanted to know if it has any reason… thanks

    I have a site that twice this year exceeded CPU resources since this Cron job continued to run – thousands of times over and over. Totally out of control.

    What is the exact function I can add to my theme to force this off??
    Better yet, why don’t you have an op[tion in the plugin to Opt Out of data collection and kill this Cron job?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘cron task’ is closed to new replies.