Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chained event runs even though it is DISABLED #806

Open
iamumairayub opened this issue Sep 17, 2024 · 1 comment
Open

Chained event runs even though it is DISABLED #806

iamumairayub opened this issue Sep 17, 2024 · 1 comment

Comments

@iamumairayub
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants