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

Applets failing - too many requests #8

Open
woutermense opened this issue Sep 25, 2020 · 1 comment
Open

Applets failing - too many requests #8

woutermense opened this issue Sep 25, 2020 · 1 comment

Comments

@woutermense
Copy link

Splitting a big incoming transaction to multiple smaller amounts on different subaccounts using one applet for each small transaction triggering on the same incoming transaction gives the following error:

Action failure message: Too many requests. You can do a maximum of 5 calls per 3 second to this endpoint.

I hosted it on Google App Engine.

Which is that "endpoint"?

  • bunq api
  • google
  • ifttt

Can anything be done to change the allowance for the endpoint? Or otherwise follow the rule of 5 calls per 3 seconds?

At the moment I got some 20 applets triggering, which I could probably reduce, but I don't think I could make it 5 or lower.

Screenshot 2020-09-25 142233

@woudt
Copy link
Owner

woudt commented Sep 25, 2020

This is a limit of the bunq API: you indeed can't do more than 5 payments within 3 seconds.

There is no easy way to work around this I am afraid, as it requires a kind of queuing mechanism for payments to be implemented within bunq2ifttt.

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

2 participants