oioioi.problems.unpackmgr¶
Module Contents¶
Functions¶
|
Creates (or modifies) a |
Attributes¶
- oioioi.problems.unpackmgr.unpackmgr_job(env)[source]¶
Creates (or modifies) a
Probleminstance using a package file represented by aProblemPackage.- Used
envkeys: package_id: id of theProblemPackageinstance to processbackend_name: problem package backend (dotted name) to be used for unpackingpost_upload_handlers: a list of handler functions to be called after the new problem is created
Before the handlers are called, the following
envkeys are produced:job_id: theCelerytask idproblem_id: id of theProblemPackageinstance, which was created or modified- Used