You are here

namespace Drupal\job_scheduler\Plugin\QueueWorker in Job Scheduler 8.3

Same name in other branches
  1. 8.2 Drupal\job_scheduler\Plugin\QueueWorker
Classsort descending Location Description
JobSchedulerQueue src/Plugin/QueueWorker/JobSchedulerQueue.php Providing our own worker has the advantage that we can reschedule the job or take care of cleanup. Note that as we run the execute() action, the job won't be queued again this time.