You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just from the top of my head, since the underlying adapter is doing a GET request and passing the flow ids as query params (https://github.com/flowdock/node-flowdock/blob/master/src/stream.coffee#L67-L75) it could be just an issue with too long url. Not sure what would be the best way to verify, but you could maybe try the node-flowdock adapter as standalone with the same list of flows and see if the issue lies there.
Just from the top of my head, since the underlying adapter is doing a GET request and passing the flow ids as query params (https://github.com/flowdock/node-flowdock/blob/master/src/stream.coffee#L67-L75) it could be just an issue with too long url. Not sure what would be the best way to verify, but you could maybe try the node-flowdock adapter as standalone with the same list of flows and see if the issue lies there.
It definitely seems to be related to a GET request that is too long. I managed to tease out the request and run it through curl and the server either throws a 400 or it times out when the URL is too long.
I've spoken with development on this and we don't support performing a POST request. I asked if we could break the GET requests into multiple requests and they said that might be possible.
When our Hubot hits a certain number of flows it is unable to start up. Usually it's around 205.
Do you have any idea on what might cause this and if there's an easy fix?
The text was updated successfully, but these errors were encountered: