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 has been 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
So I went ahead and started on a PR for this, and realized I could make it even easier by making forceSequential a bool flag on the /batch request itself with a false default. That way the sequential running can be done on a per-request basis rather than a per-registration basis.
PR incoming shortly.
WesTyler
added a commit
to WesTyler/bassmaster
that referenced
this issue
Jun 8, 2018
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
The text was updated successfully, but these errors were encountered: