src/Hodor/Database/Adapter/Postgres/Superqueuer.php
Showing 2 of 2 total issues
Method processScheduledJobs
has 39 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function processScheduledJobs() { $sql = <<<SQLINSERT INTO buffered_jobs(
- Create a ticketCreate a ticket
Method getJobsToRunGenerator
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getJobsToRunGenerator() { $this->processScheduledJobs(); $sql = <<<SQL
- Create a ticketCreate a ticket