dcolley / integromat-facebook-support

0 stars 0 forks source link

[MOnday.com Complexity budget exhausted,] Description: Creating a monday i... #122

Open dcolley opened 3 years ago

dcolley commented 3 years ago

Source: copied from https://www.facebook.com/groups/integromat/permalink/3973294999447770/

[MOnday.com Complexity budget exhausted,]

Description: Creating a monday item and uploading file to the update/comment, looks like 4 items were created in a queue and then 5th one got this error. " "[200] [{"message":"Complexity budget exhausted, query cost 30001 budget remaining 19959 out of 1000000 reset in 43 seconds"}]"

Anyone faced this issue? How to solve this? I am just passing name of the item, how this can happen? Should I add delay?

Thanks for your help.

dcolley commented 3 years ago

Comment ID: 3973310219446248 https://api.developer.monday.com/docs/complexity-queries

Monday has essentially a rate limit. Adding a 1 second delay can help a lot, as well as reducing the complexity of calls by pulling only the column data you need for future steps.

dcolley commented 3 years ago

Comment ID: 3973312729445997 Thank you. If I use API rather than module, will it reduce complexity?

dcolley commented 3 years ago

Comment ID: 3973315542779049 I don't think so. The module is just calling the same API, just with a nice user interface, so it would apply to that too.

dcolley commented 3 years ago

Comment ID: 3973319369445333 Got it. Thank you for the help