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

Add post-action callbacks #79

Open
mwvaughn opened this issue May 17, 2019 · 1 comment
Open

Add post-action callbacks #79

mwvaughn opened this issue May 17, 2019 · 1 comment

Comments

@mwvaughn
Copy link

I'm noticing that users are adopting increasing amounts of orchestration as they build and deploy and use Abaco. A limitation of the current system is that one must poll for completion of a given task (deploy, update, execute, scale up, delete, etc). The obvious exception is when one is using the upcoming synchronous endpoint, but that doesn't cover the other use cases anyway. Further validation of the possible need for this is that where we have implemented callback support in the client-side SDK, it has been a valuable addition to the orchestration toolkit. I propose at least adding at least a simple post-action callback mechanism to Abaco. We can discuss the implementation details below, but I wanted to get this pinned to the board for consideration.

@joestubbs
Copy link

I agree completely, let's hammer out some initial use cases. I've been doing some research on event systems in support of Tapis v3 any way. I think Abaco can serve as an early adopter and provide use cases, requirements, and even implement a prototype, depending on our time table and delivery schedule.

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