Skip to content

Add a new 'task-type add' command

3 revisions

  • Add a new task-type cli command group and move the task_type listing in there

  • Make SchedulerBackend.create_task_type work with only a subset of keys

    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.

  • Add the 'task-type add' cli command


Migrated from D932 (view on Phabricator)

Merge request reports