2 Calls Per Second Shopify

I’m curious as to how I can fix this issue that seems to appear more often than I would like. I put a 3 second Sleep module before each Shopify module, yet I’m still getting the emphasis 2 calls per second api call error.

Is there anything I can do to help fix this?

Hi @jmacman,

It could be that the module itself is executing multiple API calls in itself (which will only consume one operation). You can see the actual API calls that Make does via the Make DevTool.

If you run the module, what do you see in the Make DevTool?

Chrome Extension:
Make DevTool - Chrome Web Store
Tutorial:
Introduction to Make Chrome DevTool (formerly Integromat DevTool)

Cheers,
Henk

1 Like

Ok I’ll check…But is there a way to always online allow one call?

Not if the module itself is programmed in a way that it will execute two calls, no.

But again, I am not sure of the specifics. We would need to see the DevTool logs.

Cheers,
Henk