I’m managing an e-commerce website using WooCommerce and need to import a large number of products (104,551 rows) from a CSV file. I’m located in Ukraine, where we’re currently experiencing frequent power outages. These outages are interrupting the import process, forcing me to restart it each time power is restored. I’m looking for an efficient solution that would allow the import to continue even when my local computer is offline or powered down due to an outage.
The import file is uploaded to the web hosting server before the process begins, but the import still stops when I go offline. I need a way for the import to continue server-side, independent of my local connection status.
I’ve attempted to use the standard WooCommerce CSV import tool, expecting it to continue processing server-side once the file was uploaded. However, the import stops whenever my local connection is lost due to power outages.
I’ve also tried breaking the CSV file into smaller chunks and importing them separately, but this is time-consuming and still doesn’t solve the core issue of imports stopping when I’m offline.
I expected that once the CSV file was uploaded to the server, the import process would continue even if my local computer lost power or internet connection. Instead, it seems the process is still dependent on my client-side connection.