add deferred queue

This commit is contained in:
Taylor Otwell
2025-10-17 07:10:07 -05:00
parent 7db142b5c6
commit b8344c35ba

View File

@@ -24,7 +24,8 @@ return [
| used by your application. An example configuration is provided for | used by your application. An example configuration is provided for
| each backend supported by Laravel. You're also free to add more. | each backend supported by Laravel. You're also free to add more.
| |
| Drivers: "sync", "database", "beanstalkd", "sqs", "redis", "failover", "null" | Drivers: "sync", "database", "beanstalkd", "sqs", "redis",
| "deferred", "failover", "null"
| |
*/ */