geforkt von Mirrors/Velocity
Remove tasks from lookup map upon completion
Dieser Commit ist enthalten in:
Ursprung
5c6163d8cd
Commit
6ec6beedbd
@ -187,6 +187,7 @@ public class VelocityScheduler implements Scheduler {
|
||||
} catch (Exception e) {
|
||||
Log.logger.error("Exception in task {} by plugin {}", runnable, plugin, e);
|
||||
} finally {
|
||||
onFinish();
|
||||
currentTaskThread = null;
|
||||
}
|
||||
});
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren