https://forge.softwareheritage.org/source/swh-scheduler.git
Revision c3bb48d9c5ee5172e09e5a9c3c3bb406d8b144cf authored by David Douard on 14 January 2019, 08:59:38 UTC, committed by David Douard on 15 January 2019, 09:20:22 UTC
Not all keys are mandatory, so do not expect all the possible keys for the
task_type table to be given when calling create_task_type().

Note: no validation is made whether the given set of keys fullfill the table
constraints.
1 parent 4c75330
Raw File
Tip revision: c3bb48d9c5ee5172e09e5a9c3c3bb406d8b144cf authored by David Douard on 14 January 2019, 08:59:38 UTC
Make SchedulerBackend.create_task_type work with only a subset of keys
Tip revision: c3bb48d
requirements.txt
# Add here external Python modules dependencies, one per line. Module names
# should match https://pypi.python.org/pypi names. For the full spec or
# dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html

arrow
celery >= 4
Click
elasticsearch > 5.4
flask
kombu
psycopg2
vcversioner

# test dependencies
# hypothesis
back to top