Open nbari opened 8 years ago
While scanning a dir for services:
/path/to/dir/ service 1.yml service 2.yml
if service 2.yml is removed also remove it from the scheduler.
service 2.yml
Since the scanner only parses the files based on the modification time, could be better to add a flag on the file something like: disable: true and when disable: false service name would be removed.
disable: true
disable: false
While scanning a dir for services:
if
service 2.yml
is removed also remove it from the scheduler.