-
Notifications
You must be signed in to change notification settings - Fork 59
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
Calling resetTango on initialization of jobManager #66
Conversation
|
Right, but |
Not yet. I just wanted to talk to you first. Gonna do this today. |
Oh I just implemented it. It was two lines. I'm pretty sure you were gonna do the same. |
|
@@ -17,6 +17,7 @@ | |||
from config import Config | |||
from worker import Worker | |||
|
|||
import tangoREST |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I accidentally introduced a circular dependency here. We should probably import tangod and call tangod#resetTango instead.
I can test it with Docker if you do this: #68 I keep forgetting how to set it up... |
@mihirpandya ping |
1 similar comment
@mihirpandya ping |
@mihirpandya Can you test this? |
|
Addresses part of #54.