Skip to content

Commit

Permalink
Update RUCSSQueueRunner.php fixes #6119 (#6156)
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilgharbaoui authored Sep 15, 2023
1 parent 1d09e18 commit 2281a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/Engine/Common/Queue/RUCSSQueueRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ protected function do_batch( $size = 100, $context = '' ) {
$this->store->release_claim( $claim );
$this->monitor->detach();
$this->clear_caches();

$this->store->set_claim_filter( 'group', '' );
return $processed_actions;
} catch ( \Exception $exception ) {
Logger::debug( $exception->getMessage() );

$this->store->set_claim_filter( 'group', '' );
return 0;
}
}
Expand Down

0 comments on commit 2281a63

Please sign in to comment.