You are here

public function JobTypeInterface::getRetryDelay in Advanced Queue 8

Gets the retry delay.

Represents the number of seconds that should pass before a retried job becomes available again.

Return value

int The retry delay.

1 method overrides JobTypeInterface::getRetryDelay()
JobTypeBase::getRetryDelay in src/Plugin/AdvancedQueue/JobType/JobTypeBase.php
Gets the retry delay.

File

src/Plugin/AdvancedQueue/JobType/JobTypeInterface.php, line 45

Class

JobTypeInterface
Defines the interface for job types.

Namespace

Drupal\advancedqueue\Plugin\AdvancedQueue\JobType

Code

public function getRetryDelay();