You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ Flowpack:
163
163
164
164
With this a queue named `test` will be available.
165
165
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.
167
167
168
168
### Queue parameters
169
169
@@ -383,4 +383,4 @@ Pull-Requests are more than welcome. Make sure to read the [Code Of Conduct](Cod
383
383
384
384
---
385
385
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