jhuckaby / Cronicle

A simple, distributed task scheduler and runner with a web based UI.
http://cronicle.net
Other
3.94k stars 391 forks source link

Chained event runs even though it is DISABLED #806

Open iamumairayub opened 2 months ago

iamumairayub commented 2 months ago

Summary

There are Job1 and Job2, the Job1 has the Chained event Job2. So when Job1 finishes, Job2 starts automatically. That is fine. But what if I just want to test my Job1 without running the chained event Job2 ??? For now, the if I disable Job2 it still runs. Only way to stop it from running is that I delete that Chain event setting from Job1

Operating system and version?

Ubuntu 18.04.1 LTS

Cronicle software version?

Cronicle v0.9.59

Are you using a multi-server setup, or just a single server?

Single

jhuckaby commented 2 months ago

Yup, this is fully handled in v2, which has a "Test Event..." button, that runs the event without actions (chaining), web hooks and notifications. Cronicle v2 is coming out in early 2025.

I will keep this issue open, and if I have time, I will try to backport that feature to v0.