ummon-server / ummon-server

Ummon is node.js application for creating, queuing, running and monitoring externally running tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for multiple tasks files

mattmcmanus opened this issue · comments

A single tasks.json file can get crazy. Not sure if it should:

  • In the config folder, create another folder tasks. Any json file in that folder will be loaded
  • Any task file is <name>.tasks.json

Make it configurable with a glob pattern in the config. The default should be a tasks folder in config