Skip to content

Commit

Permalink
Merge pull request #47 from Flowpack/markusguenther-patch-1
Browse files Browse the repository at this point in the history
TASK: Extend the advice for naming queues
  • Loading branch information
daniellienert authored Oct 26, 2021
2 parents ed76405 + cdac1c5 commit 7ce2bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Flowpack:
With this a queue named `test` will be available.

*Note:* For reusable packages you should consider adding a vendor specific prefixes to avoid collisions
*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.

### Queue parameters

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

---

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

0 comments on commit 7ce2bff

Please sign in to comment.