You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've started using it, and we have a lot of crontabs that we're gradually migrating over to Jobby (great tool btw).
One situation we just ran into was that some jobs are allowed to overlap, or to run as duplicates. This is because we have processes that get killed after running for 1h, but they get a SIGTERM signal and only terminate once they finish what they're doing. This prevents the next instance from starting up.
If there isn't an option to disable the lockfile check in the configuration for certain tasks, I'd gladly look at creating a PR - just let me know if you think this makes sense to add.
The text was updated successfully, but these errors were encountered:
Hi there,
I've started using it, and we have a lot of crontabs that we're gradually migrating over to Jobby (great tool btw).
One situation we just ran into was that some jobs are allowed to overlap, or to run as duplicates. This is because we have processes that get killed after running for 1h, but they get a SIGTERM signal and only terminate once they finish what they're doing. This prevents the next instance from starting up.
If there isn't an option to disable the lockfile check in the configuration for certain tasks, I'd gladly look at creating a PR - just let me know if you think this makes sense to add.
The text was updated successfully, but these errors were encountered: