mirror of
https://github.com/lingble/twenty.git
synced 2025-11-03 06:07:56 +00:00
Fix composite subfields format in OpenAPI schema (#8592)
Fixes https://github.com/twentyhq/twenty/issues/7262 ## Before  ## After  
This commit is contained in:
@@ -8,8 +8,8 @@ Queues facilitate async operations to be performed. They can be used for perform
|
||||
Each use case will have its own queue class extended from `MessageQueueServiceBase`.
|
||||
|
||||
Currently, queue supports two drivers which can be configured by env variable `MESSAGE_QUEUE_TYPE`.
|
||||
1. `pg-boss`: this is the default driver, which uses [pg-boss](https://github.com/timgit/pg-boss) under the hood.
|
||||
2. `bull-mq`: this uses [bull-mq](https://bullmq.io/) under the hood.
|
||||
1. `bull-mq`: this is the default driver, which uses [bull-mq](https://bullmq.io/) under the hood.
|
||||
2. `pg-boss`: this uses [pg-boss](https://github.com/timgit/pg-boss) under the hood.
|
||||
|
||||
## Steps to create and use a new queue
|
||||
|
||||
@@ -43,4 +43,4 @@ class CustomWorker {
|
||||
}
|
||||
```
|
||||
|
||||
<ArticleEditContent></ArticleEditContent>
|
||||
<ArticleEditContent></ArticleEditContent>
|
||||
|
||||
Reference in New Issue
Block a user