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
{{ message }}
This repository was archived by the owner on Apr 20, 2019. It is now read-only.
We are currently using bassmaster, and it's working great for us. In some testing environments though it would be super helpful for dubugging if we could force the batch requests to run sequentially rather than concurrently.
I know that the code runs the reqs sequentially when there are refs from one to the next, or in certain cases with payloads, but that would require us to make some code changes on the endpoint in just this one env. If the plugin registration config could support something like the below, it would be super awesome
We are currently using bassmaster, and it's working great for us. In some testing environments though it would be super helpful for dubugging if we could force the batch requests to run sequentially rather than concurrently.
I know that the code runs the reqs sequentially when there are refs from one to the next, or in certain cases with payloads, but that would require us to make some code changes on the endpoint in just this one env. If the plugin registration config could support something like the below, it would be super awesome
Then in the source it could do something like
and