1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

feat: added maintenance worker for deleting execution logs

This commit is contained in:
Christy Jacob 2020-12-15 19:19:51 +05:30
parent 96a720cb84
commit 8f9089accc

View file

@ -32,7 +32,6 @@ $cli
//Convert Seconds to microseconds
$interval = $interval * 1000000;
$consoleDB = getConsoleDB();
Console::loop(function() use ($consoleDB){