• Resolved ilyapokrov

    (@ilyapokrov)


    I have set up a cron job.
    I wrote down, as my hosting provider advised me:

    /opt/php/7.3/bin/php-cgi -f /var/www/***/data/www/site.com/wp-load.php import_key=*** import_id=5 action=trigger

    /opt/php/7.3/bin/php-cgi -f /var/www/***/data/www/site.com/wp-load.php import_key=*** import_id=5 action=processing

    The first task runs once a day. The second task runs every 2 minutes.

    The file is updated on schedule, everything is ok. But there is a problem with the second task – notifications with the following content are constantly received on my email:

    {"status":403,"message":"Import #5 is not triggered. Request skipped."}

    Moreover, these reports come at different times. The daily update is set to 1 am. And messages with errors arrive at 6 am, 11 am, 8 pm, etc.

    The hosting provider does not understand what this is connected with. It is advised to contact the plugin developer and clarify with you what this error may be related to.

    • This topic was modified 5 years, 6 months ago by ilyapokrov.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @ilyapokrov,

    The file is updated on schedule, everything is ok. But there is a problem with the second task – notifications with the following content are constantly received on my email:

    After the import finishes, it’s marked as “un-triggered” – at this point, any time the processing script runs you’re going to get the “not triggered” message (until it’s triggered again). This is not an error, it’s expected behavior.

    Thread Starter ilyapokrov

    (@ilyapokrov)

    @wpallimport,
    My server load has grown a lot. Even when I disable the trigger. Do I understand correctly that running every 2 minutes also creates a load on the server?

    Plugin Author WP All Import

    (@wpallimport)

    Hi @ilyapokrov,

    Do I understand correctly that running every 2 minutes also creates a load on the server?

    If the processing cron job runs while an import isn’t triggered, all it does is fetch the processing URL – once the script responds with the “request skipped” message, it does nothing else. There should be no noticeable server load in this case.

    Plugin Author WP All Import

    (@wpallimport)

    Hi @ilyapokrov,

    I’m marking this as resolved since it’s been a while. You can follow up in this thread if you’d like.

    Anyone else, please open a new topic.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Error in cron – status: 403’ is closed to new replies.