Changes between Version 5 and Version 6 of DRM4G/FAQ
- Timestamp:
- Jan 12, 2017 8:31:59 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/FAQ
v5 v6 26 26 == How many jobs can I submit? == 27 27 28 * You can submit 200,000 jobs.28 * You can submit up to 200,000 jobs. 29 29 30 30 … … 37 37 38 38 39 == When installing with pip, I get a SNIMissingWarning or !InsecurePlatformWarning==39 == When installing with pip, I get a "SNIMissingWarning" or "!InsecurePlatformWarning" == 40 40 * The problems you're having are related with your versions of python and your virtual environment. They can be ignored since they don't affect the installation process. 41 41 42 * One solution for solving the SNIMissingWarning and !InsecurePlatformWarningwarnings is to upgrade to a more recent version of Python.42 * One solution for solving the "'''SNIMissingWarning'''" and "'''!InsecurePlatformWarning'''" warnings is to upgrade to a more recent version of Python. 43 43 * If for any reason you are not able to upgrade, you can also run `pip install 'requests[security]'` as explained here. 44 45 == Why are my jobs failing? == 46 * While the subject of the page in which it is written may not interest you, [wiki:DRM4G/Development#Howtodebugcode this section] explains how to check the events and messages that the DRM4G records while running. 47 * If the DRM4G isn't causing any troubles and you just want o check why a specific job has failed, just read the segment titled "'''__Via the job's logs__'''" 48 44 49 45 50 \\