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

- Adds flow utils for job status updates #115

Merged
merged 3 commits into from
Jan 17, 2017
Merged

- Adds flow utils for job status updates #115

merged 3 commits into from
Jan 17, 2017

Conversation

r0h4n
Copy link
Contributor

@r0h4n r0h4n commented Jan 17, 2017

  • Changes etcd_client to etcd_orm
  • etcd client can be found at "etcd_orm.client"

Rohan Kanade added 3 commits January 17, 2017 13:17
- Changes etcd_client to etcd_orm
- etcd client can be found at "etcd_orm.client"
- Changes etcd_client to etcd_orm
- etcd client can be found at "etcd_orm.client"
- Changes etcd_client to etcd_orm
- etcd client can be found at "etcd_orm.client"
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 59.608% when pulling f18b3bd on r0h4n:master into 3f61eee on Tendrl:master.

@r0h4n r0h4n merged commit 1f4bb6b into Tendrl:master Jan 17, 2017
@@ -54,17 +56,8 @@ def run(self):
# TODO(rohan) make a func outta the below logging common code
msg = "Processing pre-runs for flow: %s" % self.job['run']
LOG.info(msg)
Copy link
Member

Choose a reason for hiding this comment

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

Line no 67, 88, 100, 120 are setting the log messages but they are not written immediately to etcd. Why so?

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.

None yet

3 participants