scheduling
scheduling copied to clipboard
Replace timeout based shutdown by active detection
Original issue created by Laurent Pellegrino on 02, Apr 2015 at 12:09 PM - SCHEDULING-2256
In SchedulingService#shutdown a synchronization is performed in order to wait for running tasks to terminate their execution. If tasks are not terminated the same action is rescheduled for execution 5 seconds later. This mechanism with an arbitrary value could be replaced by an active detection mechanism.