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

notify when it is done via email #24

Closed
mauricioaniche opened this issue Apr 3, 2016 · 5 comments
Closed

notify when it is done via email #24

mauricioaniche opened this issue Apr 3, 2016 · 5 comments

Comments

@mauricioaniche
Copy link
Owner

by email?

@mauricioaniche mauricioaniche changed the title notify when it is done notify when it is done via email Oct 14, 2016
@davisjam
Copy link
Contributor

Sounds like feature creep. I vote we cancel this issue.

@mauricioaniche
Copy link
Owner Author

I've had many situations in which repodriller took days to execute in a project (due to a lot of parsing etc etc). To speed up the process, I was using different VM machines to run my study in all projects that I wanted (last time, around 30 machines). Thus, I needed to know when "a machine is done", so that I could extract the CSV and drop the VM.

In practice, I always write an ugly bash script that checks whether the repodriller java process is still running. As you can imagine, I execute this script a few times a day...

I believe it'd be way easier if repodriller notifies me when it's done, so that I do not need to do it continuously. Any suggestions on how to do such notification?

@davisjam
Copy link
Contributor

What about something like this:

  1. Study inherits from Observable, and emits on completion of execute.
  2. We provide sample Observers that e.g. write to a "done file" or send an email.

But I also like the idea of ongoing progress reports provided by RepositoryMining.mine. Related or separate issues?

@mauricioaniche
Copy link
Owner Author

That's a good idea! I like it! We should merge both issues, indeed. I'll open a new one, and close this one.

@mauricioaniche
Copy link
Owner Author

Replaced by #75

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

2 participants