Skip to content

Delay Queue #48

@carcabot

Description

@carcabot

Hi,

Is there any possibility to delay a queued job ?

for example this job must be delayed 5 minutes.

 $obj = array(
                'Schedule' => time() + (5 * 60)
            );
$queue->addJob($obj);

If you have other idea will be great.
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions