Changes between Version 1 and Version 2 of XMLRPC/JobsPoll
- Timestamp:
- 06/30/09 12:53:01 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC/JobsPoll
v1 v2 28 28 The base64-encoded contents of the file. 29 29 30 == = Job locking ===30 == Job locking == 31 31 32 32 When a job is returned to you it will be locked for five minutes. That means the job will not be sent to any other factory that could handle the job. This lock expires automatically. If you take longer than five minutes to process the job then it is possible that it has been sent to a different factory. In that case your upload using `jobs.finish` will fail. 33 33 34 == = Examples ===34 == Examples == 35 35 36 36 Calling `jobs.poll()`:
