Skip to content

Commit 3ef82c2

Browse files
[12.x] Add proper links (#10590)
* Update queues.md * Update prompts.md
1 parent 10e0cac commit 3ef82c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prompts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ $response = spin(
864864
```
865865

866866
> [!WARNING]
867-
> The `spin` function requires the `pcntl` PHP extension to animate the spinner. When this extension is not available, a static version of the spinner will appear instead.
867+
> The `spin` function requires the [PCNTL](https://www.php.net/manual/en/book.pcntl.php) PHP extension to animate the spinner. When this extension is not available, a static version of the spinner will appear instead.
868868
869869
<a name="progress"></a>
870870
## Progress Bars

queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ class ProcessPodcast implements ShouldQueue
13541354
Sometimes, IO blocking processes such as sockets or outgoing HTTP connections may not respect your specified timeout. Therefore, when using these features, you should always attempt to specify a timeout using their APIs as well. For example, when using Guzzle, you should always specify a connection and request timeout value.
13551355

13561356
> [!WARNING]
1357-
> The `pcntl` PHP extension must be installed in order to specify job timeouts. In addition, a job's "timeout" value should always be less than its ["retry after"](#job-expiration) value. Otherwise, the job may be re-attempted before it has actually finished executing or timed out.
1357+
> The [PCNTL](https://www.php.net/manual/en/book.pcntl.php) PHP extension must be installed in order to specify job timeouts. In addition, a job's "timeout" value should always be less than its ["retry after"](#job-expiration) value. Otherwise, the job may be re-attempted before it has actually finished executing or timed out.
13581358
13591359
<a name="failing-on-timeout"></a>
13601360
#### Failing on Timeout

0 commit comments

Comments
 (0)