Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A products export leads to the 524 Cloudflare error #1

Open
dmitrii-fediuk opened this issue Apr 1, 2020 · 1 comment
Open

A products export leads to the 524 Cloudflare error #1

dmitrii-fediuk opened this issue Apr 1, 2020 · 1 comment

Comments

@dmitrii-fediuk
Copy link
Contributor

02

I have a problem with my export on my Magento 2 OS I got a error Time Out and I need to export the products and the import to update the prices.

The people who is in charge to update the prices Export the catalog on the backoffice of Magento in SYSTEM > DATA TRANSFER > EXPORT > PRODUCT and they get the CSV the they modify the prices there and then upload it again to update the prices.. and thats their procces

upwork.com/messages/rooms/room_64a70ea5f44affdbc73ab41ee0d27921/story_94e4282c679f0a1fd2e9e3c8c16a3686

@dmitrii-fediuk
Copy link
Contributor Author

dmitrii-fediuk commented Apr 1, 2020

If you need to have scripts that run for longer than around 100 seconds without returning any data to the browser, you can’t run these through Cloudflare.
There are a couple of options:

  • Run the scripts via a grey-clouded subdomain
  • Change the script so that it kicks off a long-running background process and quickly returns a status which the browser can poll until the background process has completed, at which point the full response can be returned. This is the way most people do this type of action as keeping HTTP connections open for a long time is unreliable and can be very taxing also.

community.cloudflare.com/t/42342

@dmitrii-fediuk dmitrii-fediuk transferred this issue from julio-os/site Apr 2, 2020
dmitrii-fediuk added a commit that referenced this issue Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant