There are many customers trusting FastCron to run cronjobs for WP All Import.
Please follow this instruction, select the option Iterative, Piece-By-Piece Processing, and set it to process about 5 - 10 records at a time. It'll lower your processing cronjob execution time, and minimize problems.
You need to set up 2 cronjobs: trigger and processing for each import.
To set up the trigger cronjob:
https://example.com/wp-load.php?import_key=SECRET_KEY&import_id=IMPORT_ID&action=trigger
Expected cronjob execution results:
{"status":200,"message":"#IMPORT_ID Cron job triggered."}
To set up the processing cronjob:
https://example.com/wp-load.php?import_key=SECRET_KEY&import_id=IMPORT_ID&action=processing
Expected cronjob execution results:
{"status":200,"message":"Records Processed xx. Records imported xx of xxx."}
{"status":200,"message":"Import #IMPORT_ID complete"}
{"status":403,"message":"Import #IMPORT_ID is not triggered. Request skipped."}
Need help? Reach out to support@fastcron.com - we're happy to help.
See why 8,000+ website developers and their teams use FastCron to run their cronjobs 12 million times a day.
The reliable online cronjob service for your websites since 2009.