Unanswered
Hi,
I Run 'Manually' On My Local Machine With No Errors.
Then, I Clone The Completed Task And Enqueue It.
I Get To Stage When 'Environment Setup Completed Successfully'.
But Right After I Get An Error Related To 'Connect' Method -
Task.Connect(Config.Mode
Ok..so I should generally avoid connecting complex objects? I guess I would create a 'mini dictionary' with a subset of params, and connectvthis instead.
In theory it should always work, but this specific one fails on a very pythonic paradigm (see below)
from copy import copy
an_object = copy(object)
A good rule of thumb is to connect any object/dict that you want to track or change later
156 Views
0
Answers
one year ago
one year ago