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

Return the fiber in Flightplan.run() #141

Open
nikolay opened this issue Jun 16, 2016 · 3 comments
Open

Return the fiber in Flightplan.run() #141

nikolay opened this issue Jun 16, 2016 · 3 comments
Labels

Comments

@nikolay
Copy link

nikolay commented Jun 16, 2016

When using Flightplan programatically, there's no (simple?) way to wait for the run() method to finish, inspect the result (success or failure), or capture the output.

I'm trying to use Flightplan in a Slack chatbot and it's not really convenient to use it outside of the CLI interface, which seems to be the primary application of the project, and it's built mostly around it.

@nikolay nikolay changed the title Return the fiber in flightplan.run() Return the fiber in Flightplan.run() Jun 16, 2016
@pstadler
Copy link
Owner

Check this: #82 (comment)

@nikolay
Copy link
Author

nikolay commented Jun 16, 2016

@pstadler I already use this, but there's no way to wait for the task to finish, inspect the status, and capture the output.

@nikolay
Copy link
Author

nikolay commented Jun 21, 2016

@pstadler Any suggestion how to handle this situation?

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

No branches or pull requests

2 participants