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

Ability to chain sync calls #14

Closed
dmyers opened this issue Apr 24, 2015 · 1 comment
Closed

Ability to chain sync calls #14

dmyers opened this issue Apr 24, 2015 · 1 comment

Comments

@dmyers
Copy link
Collaborator

dmyers commented Apr 24, 2015

Do you think it would be nice to be able to chain endpoints somehow? Some REST APIs need to be chained from a previous request body like identifiers in order to query the next and could be done somewhat synchronous.

@matteofigus
Copy link
Owner

It definitely would be nice, the challenge is to make everything performant, perhaps having a supervisor that spins-up a thread of each chain level and coordinates the job between them. This is not easy, but I really would like to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants