Travis Thieman
Travis Thieman
Some clarifying questions: Is this happening every time you run Dagobah? Is this happening right after startup or once you do something in particular? Please run a `pip freeze` (in...
Thanks for the detailed report. I think UTF-8 is something which we should be able to handle. Really we probably need to do a pass over the whole application to...
Sorry @yorkoliu, didn't catch this until now. Could you please provide some more information on what exactly you're seeing here, potentially with steps on how to reproduce? Thanks.
Oh, the joys of string encoding in Python 2. Will think on the best way to fix this.
I'm in favor of forcing UTF-8 for Mongo string storage. I think this should be an implementation detail of the Mongo backend and should be implemented in that module. I'm...

Seems reasonable. A lot of tools like Jenkins do something similar.
I think you probably want a `Task` base class with `LocalTask` and `RemoteTask` sub-classes. The base class would contain a method that spits out whatever information the subclasses constructors would...
I'm guessing this only affects the Mongo backend, but we'll need to protect against periods regardless to keep things consistent.