mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
Merge branch '4.0'
This commit is contained in:
commit
61841ebabc
@ -80,6 +80,14 @@ class ContentReviewNotificationJob extends AbstractQueuedJob implements QueuedJo
|
|||||||
return QueuedJob::QUEUED;
|
return QueuedJob::QUEUED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function setup() {
|
||||||
|
parent::setup();
|
||||||
|
|
||||||
|
// Recommended for long running jobs that don't increment 'currentStep'
|
||||||
|
// https://github.com/silverstripe-australia/silverstripe-queuedjobs
|
||||||
|
$this->currentStep = -1;
|
||||||
|
}
|
||||||
|
|
||||||
public function process()
|
public function process()
|
||||||
{
|
{
|
||||||
$this->queueNextRun();
|
$this->queueNextRun();
|
||||||
|
Loading…
Reference in New Issue
Block a user