This commit is contained in:
Kovid Goyal 2012-04-12 15:21:33 +05:30
parent b7d0609ac8
commit 5dbf55801e

View File

@ -114,7 +114,8 @@ def fork_job(mod_name, func_name, args=(), kwargs={}, timeout=300, # seconds
complete. If it takes longer a WorkerError is raised and the process is complete. If it takes longer a WorkerError is raised and the process is
killed. killed.
:param cwd: The working directory for the worker process. :param cwd: The working directory for the worker process. I recommend
against using this, unless you are sure the path is pure ASCII.
:param priority: The process priority for the worker process :param priority: The process priority for the worker process