-
Notifications
You must be signed in to change notification settings - Fork 56
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
jobs cleanup #21
Comments
Fair enough, we will implement it in the next release. |
great news :) Probably will be useful to add a flag to each job, so job can be disabled without removing, eg:
with a sensible default to :active Then on crono start (or on demand) every job marked to remove can be deleted |
I've looked through the documentation and can not find a way to kill this process. I ran |
@ceospfx you could kill the process using the
|
Until this feature is implemented the manual way to remove one of the old jobs that still shows up in the web ui. Just grab the name/title of the job and hop in a rails console and run:
|
When a job is removed from crontab.rb, it must be "marked" as disable or similar so it doesn't run next time
The text was updated successfully, but these errors were encountered: