Skip to content

Commit

Permalink
Merge pull request #47 from Oefenweb/fix-clean_failed-command
Browse files Browse the repository at this point in the history
Fix clean_failed command
  • Loading branch information
tersmitten authored Jan 17, 2023
2 parents d8c827e + 0cd4b0a commit 43da6a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Shell/QueueShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,7 @@ public function clean(): void
*
* @return void
*/
//@codingStandardsIgnoreLine
public function clean_failed(): void
public function cleanFailed(): void
{
$this->out(__d('queue', 'Deleting failed jobs, that have had maximum worker retries.'));
$this->QueuedTasks->cleanFailedJobs($this->_getTaskConf());
Expand Down

0 comments on commit 43da6a1

Please sign in to comment.