Closed shinybrar closed 4 months ago
Provide a new runner mode, where the work function, is actually passed the work object, rather than the work parameters.
work.function = "something.someone.worker"
from something.someone import worker work = Work.withdraw() work = worker(work)
Fixed in release 1.6
Provide a new runner mode, where the work function, is actually passed the work object, rather than the work parameters.