-
Notifications
You must be signed in to change notification settings - Fork 145
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
Send emails when commits are ingested #10
Comments
I'll be working on some substantial changes to how email jobs are queued this weekend, which would affect the design of this process. Consult with me before beginning on this. |
I'll take this. |
I'm going to port our jobs to Redis. At that point I'll add in support for emails upon commit ingestion. |
Did you mean "resque"? I guess that runs on Redis. |
Yep, meant Resque. |
This is complete as of d5da83a. |
This doesn't seem to work, maybe because the "email me on new commits" box isn't visible anywhere? |
This is not deployed yet (it's going out tonight). |
@mstyer, you can see the version and timestamp of the latest deploy here: http://barkeep.sv2/statusz |
When pulling in new commits, we should send emails when a commit is ingested. Matching these commits to saved searches will be expensive, and so should be a separate background job, not part of the commit importer.
The text was updated successfully, but these errors were encountered: