class JobReleasedAfterException (View source)

Methods

__construct(string $connectionName, Job $job, int|null $backoff = null)

Create a new event instance.

Details

__construct(string $connectionName, Job $job, int|null $backoff = null)

Create a new event instance.

Parameters

string $connectionName

The connection name.

Job $job

The job instance.

int|null $backoff

The backoff delay.