Commit 474bdf24 authored by catch's avatar catch
Browse files

Issue #3313449 by JeffMattson, joachim: QueueWorkerInterface is missing docs...

Issue #3313449 by JeffMattson, joachim: QueueWorkerInterface is missing docs for DelayedRequeueException

(cherry picked from commit 20a70106)
parent b3a9492a
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,8 @@ interface QueueWorkerInterface extends PluginInspectionInterface {
   *   behave as with a normal Exception, and in addition will not attempt to
   *   process further items from the current item's queue during the current
   *   cron run.
   * @throws \Drupal\Core\Queue\DelayedRequeueException
   *   To leave an item in the queue until its lock expires.
   *
   * @see \Drupal\Core\Cron::processQueues()
   */