Skip to content

Commit

Permalink
added force_delay option
Browse files Browse the repository at this point in the history
  • Loading branch information
nonanerz committed Jul 22, 2024
1 parent 6b2dfa3 commit 63817cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ This will create a `QueueManager` service named `"mcfedr_queue_manager.delay"`.

* `time` - A `\DateTime` object of when to schedule this job.
* `delay` - Number of seconds from now to schedule this job.
* `force_delay` - A boolean that forces the job to be delayed by the specified number of seconds regardless of the time parameter.
* `force_delay` - A boolean that forces the job to be delayed by the specified number of seconds.
* `manager` - Use a different job processor for this job.
* `manager_options` - Options to pass to the processors `put` method.

Expand Down

0 comments on commit 63817cf

Please sign in to comment.