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

Allow inheritance of monitored and benchmarked #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

noahhl
Copy link

@noahhl noahhl commented Mar 30, 2015

We like to establish a high level ApplicationJob in our apps that actual work-processing jobs can inherit from. To enable that, this pull request switches to using a cattr_reader to handle tracking of benchmark & monitor status so that we can declare those once on the ApplicationJob.

(tests fail both on master and on this PR, but we're using this on a real app with results as expected)

…nchmarked and monitored status; this enables you to set those once on an ApplicationJob class that all of your actual job classes descend from
@seuros
Copy link
Owner

seuros commented Mar 30, 2015

I will test it and merge it asap. Thank you for your contribution

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

Successfully merging this pull request may close these issues.

2 participants