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

find the Status of each rake tasks #192

Open
anoobbava opened this issue Feb 10, 2017 · 4 comments
Open

find the Status of each rake tasks #192

anoobbava opened this issue Feb 10, 2017 · 4 comments

Comments

@anoobbava
Copy link

Hi,

I had too many rake tasks in the project. Need to find whether the rake execution is success or not. I have used rakefile, it will helps for the rake file name, args, start and end time. But whether the execution is sucess or any exception occurs we can not find out.Is there anyway find out. Posted similar question in Stackoverflow.

http://stackoverflow.com/questions/42140463/find-the-exception-from-rakefile-in-rake-tasks

@hsbt
Copy link
Member

hsbt commented May 2, 2017

Is it similar with #173 ?

I understood your request and usecase ( also #173 ). But I could not better API name like "RakeTask#status" or "RakeTask#exit_status"

@anoobbava
Copy link
Author

@hsbt. Here also we can't find the status of last take success or not. Is it needed right ?

@karreiro
Copy link

Hey everyone, I've opened this PR #420 targeting to solve this issue.

I'd love to know what you think about it :) I'd be happy to change it to a different approach if you consider a good idea.

@anoobbava
Copy link
Author

@karreiro Thanks a Ton man 🙏🏽 , will wait for this change to be merged 👯

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

No branches or pull requests

3 participants