Error: The request has exceeded the allotted timeout

Since a couple of day’s i get this error:

And it’s not, that when i wait the scenario works over time.

anyone has a fix?

This could be intermittent server issues on the external service. This is entirely plausible as Wordpress is known to be very slow and unreliable.

Handle errors so scenarios don’t stop.

You might want to add some error handling to your modules to handle exceptions, so the failing module(s) can automatically be retried or ignored. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw an error and get turned off.

Error directives can only be added to an error handler route.

1. Right click and select “Add error handler”

Screenshot_2024-04-13_220413

2. Error handlers will appear

For more information on error handling, see:

Hope this helps! Let me know if there are any further questions or issues.

You can also join us in the Make Fans Discord server to chat with other makers!

Is there a workaround for the slow Wordpress issue?

I find out, when i upload more then 2 images at once, i get these error.

Was thinking to add a router and add all the images 1 by one.

You can try adding sleep modules between Wordpress modules to allow the Wordpress server to “recover” from intensive operations, and also handle and retry errors.

Hope this helps! Let me know if there are any further questions or issues.

You can also join us in the Make Fans Discord server to chat with other makers!