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
It will depend on if the action contains "blocking" functions. i.e. if the action takes a minute to complete, it would take 5 min to complete 5 times.
I could look into making "AsyncActions" which would not be blocking.
Btw, this is all assuming you get 5 actions at once. If you're just talking about 5 strategies that don't all fire at once (and your actions don't take minutes upon minutes to complete) you should be fine! It could theoretically handle unlimited strategies, only limited to how long the actions take to complete.
I'm mostly wondering if any webhook may get lost. Imagine a close short order comes (takes 5s to execute), but the next open long webhook comes 1s later. It's put in some queue?
If I were to send 5 webhooks at the same time (each for different strategies), would I be able to handle them properly?
The text was updated successfully, but these errors were encountered: