delayed_job icon indicating copy to clipboard operation
delayed_job copied to clipboard

allow —-kill-waittime parameter to specify the kill timeout

Open lacco opened this issue 8 years ago • 10 comments

As already described in #459 , the default kill timeout of 20 seconds of the daemons gem might be not appropriate for every project, especially when having long running jobs. Currently, it is not possible to pass a different timeout, even #916 doesn't help here because the force_kill_waittime is a Ruby option.

Based on the work of @pacoguzman in #459 , I added an additional command parameter --kill-waittime=n.

lacco avatar Jun 23 '16 15:06 lacco