Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit 3b488e5

Browse files
authored
Merge pull request #73 from adrienrougeron/fix/gitbook/process-every-description
fix(gitbook): correct processEvery description
2 parents d338d77 + c0fa3c1 commit 3b488e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitbook/docs/setup-and-config/config/processevery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## `pulse.processEvery(interval)`
66

77
{% hint style="info" %}
8-
The `name` method of the `Pulse` class allows setting or updating the name of the job queue. This name can be used for identification and management purposes within applications that may handle multiple queues.
8+
The `processEvery` method of the `Pulse` class allows to configure the job processing interval, meaning the frequency at which Pulse will query the database looking for jobs that need to be processed.
99
{% endhint %}
1010

1111
### Example Usage

0 commit comments

Comments
 (0)