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

Make wait period of "job still running" adjustable #142

Open
matthias-adrowski opened this issue Nov 21, 2023 · 0 comments
Open

Make wait period of "job still running" adjustable #142

matthias-adrowski opened this issue Nov 21, 2023 · 0 comments

Comments

@matthias-adrowski
Copy link

Hi,

first of, great library, i quite enjoy using it.

But for my use case i miss a feature of changing the wait time for the "job still running" message.
In our case we are using supercronic as a way for the system to schedule a job, where a framework also has another scheduling implementation.

In that case it is possible, that task inside the framework scheduling have varying times of running, sometimes they are to be called each minute, sometimes they are less frequent, and sometimes they even might be less-frequent, but long running task.

In my current case there is such a task, that takes longer then the given 30 Minutes of maximum wait time, espacially on one of our environments, causing the container to shutdown because i have supercronic running inside a supervisor. Would it be possible to provide an option to allow for longer wait times?

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

No branches or pull requests

1 participant