Skip to content

Commit

Permalink
Merge branch '2.9' into 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Nov 6, 2017
2 parents 1e9f26a + ecbd202 commit 84cabea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/services/ImmediateQueueHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ class ImmediateQueueHandler {
public function startJobOnQueue(QueuedJobDescriptor $job) {
$this->queuedJobService->runJob($job->ID);
}

public function scheduleJob(QueuedJobDescriptor $job, $date) {
$this->queuedJobService->runJob($job->ID);
}
}

0 comments on commit 84cabea

Please sign in to comment.