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

Disabled tasks are still running

agilbert opened this issue · comments

We have disabled several tasks in one of our ummon environments, but they are still running.

We tried disabling at both the collection and task level and neither behaves as expected.

I cannot reproduce this, but it may be related to the config failing to autosave. Moving to backlog.

Disabling tasks disables their time-based trigger. If they're in the queue they will still run, and if they are triggered by other tasks they will run as well.

That might or might not be considered correct behavior.