Skip to content

Commit

Permalink
Merge branch '2.8' into 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Nov 6, 2017
2 parents a98e02f + b9fc5fe commit ecbd202
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 ecbd202

Please sign in to comment.