MNT Remove TODO comments

This commit is contained in:
Sabina Talipova 2023-10-12 08:49:02 +13:00
parent d409bce923
commit 966cdb0689

View File

@ -62,9 +62,6 @@ class CMSExternalLinksController extends Controller
$checkLinks = new CheckExternalLinksJob(); $checkLinks = new CheckExternalLinksJob();
singleton(QueuedJobService::class)->queueJob($checkLinks); singleton(QueuedJobService::class)->queueJob($checkLinks);
} else { } else {
//TODO this hangs as it waits for the connection to be released
// should return back and continue processing
// http://us3.php.net/manual/en/features.connection-handling.php
$task = CheckExternalLinksTask::create(); $task = CheckExternalLinksTask::create();
$task->runLinksCheck(); $task->runLinksCheck();
} }