You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Each queue driver has its own [prerequisites](https://laravel.com/docs/12.x/queu
22
22
23
23
Laravel Workflow also requires a cache driver that supports [locks](https://laravel.com/docs/12.x/cache#atomic-locks).
24
24
25
-
> ✨ SQS Support: `WorkflowStub::timer()` or `WorkflowStub::awaitWithTimeout()` now work with any duration when using the Amazon SQS queue driver. Laravel Workflow automatically handles SQS's delay limitation transparently.
25
+
> ✨ SQS Support: `WorkflowStub::timer()` or `WorkflowStub::awaitWithTimeout()` now work with any duration, even when using the Amazon SQS queue driver. Laravel Workflow automatically handles SQS's delay limitation transparently.
0 commit comments