Skip to content

QueueAware

  • Full name: \Codefy\Framework\Queue\Traits\QueueAware

Properties

name

The name of the queue this instance is working with.

public string $name

leaseTime

How long the processing is expected to take in seconds.

public int $leaseTime

schedule

When should the process run.

public string $schedule

executions

How many times should a job execute before considered dead.

public int $executions

Methods


Automatically generated on 2025-10-13