Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

batch support #12

Closed
Kikobeats opened this issue Jul 25, 2018 · 0 comments
Closed

batch support #12

Kikobeats opened this issue Jul 25, 2018 · 0 comments

Comments

@Kikobeats
Copy link
Owner

Kikobeats commented Jul 25, 2018

Now that the service support more than one integration provider, the batch endpoint should be the way to concatenate more than one command.

My first idea is that we need to kind of batch endpoints:

  • batch:series: Commands are executed on series, this means, If one of them fails, then the process finished with the error.
  • batch:parallel: Commands are executed on parallel, without waiting priority. if one of them fail the rest continue the execution

At the log level, we need to attach a uuid in order to make simple all commands logs associated with the same batch call. uuid and nanoid could be good options.

Implementation:

Kikobeats added a commit that referenced this issue Jul 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant