How to handle bulk imports in Shopify with webhook connection. #141
Replies: 1 comment
-
Are you running a queue (eg redis) for the webhook processing jobs? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're working on a store in development and processed an import of 300 products which triggered 300 webhooks to our Statamic install and caused the web server to fall-over.
Running
php please stache:clear
andcache:clear
seemed to bring it back to life, so my guess is the stache became corrupt?Any ideas or suggestions on how to avoid this? or is this a potential bug/issue?
Beta Was this translation helpful? Give feedback.
All reactions