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

Fix gh_repo_info_worker #324

Merged
merged 3 commits into from
Jul 15, 2019
Merged

Fix gh_repo_info_worker #324

merged 3 commits into from
Jul 15, 2019

Conversation

parthsharma2
Copy link
Member

This fixes the gh_repo_info_worker to fetch tasks from its maintain queue & also send task completion confirmation to the broker allowing the broker to send more tasks to this worker.

This worker can now be set to run periodically by specifying a housekeeper job in augur.config.json

Signed-off-by: Parth Sharma parth261297@gmail.com

Signed-off-by: Parth Sharma <parth261297@gmail.com>
Copy link
Member

@sgoggins sgoggins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@parthsharma2 : Could you add a "README.md to the worker directory that explains how to run the worker, what the log looks like when its running correctly, and whether or not we can expect the broker to figure out what to do with it automatically? Also, include the section that's required for this worker in the augur.config.json in the readme using markdown (triple code ticks ) <carriage return> ... json code <carriage return> (triple code ticks) format.

Copy link
Member

@sgoggins sgoggins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add readme as noted in my other comment.
Thanks!

@parthsharma2
Copy link
Member Author

@sgoggins updated the readme

@sgoggins sgoggins merged commit c8871d4 into chaoss:dev Jul 15, 2019
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