Skip to content

Commit cdac1c5

Browse files
TASK: Extend the advice for naming queues
The naming of the queues follows the same convention as for EEL helpers and the like. So maybe we should take a closer look at this.
1 parent e65861e commit cdac1c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Flowpack:
163163
164164
With this a queue named `test` will be available.
165165

166-
*Note:* For reusable packages you should consider adding a vendor specific prefixes to avoid collisions
166+
*Note:* For reusable packages you should consider adding a vendor specific prefixes to avoid collisions. We recommend to use a classname or the package name with the function name (e.g. Flowpack.ElasticSearch.ContentRepositoryQueueIndexer.
167167

168168
### Queue parameters
169169

@@ -383,4 +383,4 @@ Pull-Requests are more than welcome. Make sure to read the [Code Of Conduct](Cod
383383

384384
---
385385

386-
[1] The `FakeQueue` actually executes Jobs *synchronously* unless the `async` flag is set (requires Flow 3.3+)
386+
[1] The `FakeQueue` actually executes Jobs *synchronously* unless the `async` flag is set (requires Flow 3.3+)

0 commit comments

Comments
 (0)