namespace Drupal\job_scheduler\Plugin\QueueWorker in Job Scheduler 8.2
Same name in other branches
Class | Location | Description |
---|---|---|
JobSchedulerQueue |
src/ |
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. |