Changeset 206 for projects/AsynCluster/trunk/asyncluster/master
- Timestamp:
- 06/01/08 02:06:56 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
projects/AsynCluster/trunk/asyncluster/master/control.py
r175 r206 380 380 to the callable object specified in the job's namespace on each node 381 381 before it runs another call for that job. 382 383 If you don't want the task saved for future workers, but only run on 384 the workers currently attached, set the I{ephemeral} keyword C{True}. 382 385 """ 383 386 return self.ctl.jobber.update(jobID, callName, *args, **kw)
