Skip to content

Commit 7ce2bff

Browse files
Merge pull request #47 from Flowpack/markusguenther-patch-1
TASK: Extend the advice for naming queues
2 parents ed76405 + cdac1c5 commit 7ce2bff

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)