Remove pg-boss from doc and .env.example (#8766)

Remove pg-boss from doc and .env.example
This commit is contained in:
Raphaël Bosi
2024-11-26 17:10:05 +01:00
committed by GitHub
parent eb39288583
commit 12467d67c8
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ ACCESS_TOKEN_SECRET=replace_me_with_a_random_string_access
# SENTRY_DSN=https://xxx@xxx.ingest.sentry.io/xxx
# SENTRY_FRONT_DSN=https://xxx@xxx.ingest.sentry.io/xxx
# LOG_LEVELS=error,warn
# MESSAGE_QUEUE_TYPE=pg-boss
# MESSAGE_QUEUE_TYPE=bull-mq
# DEMO_WORKSPACE_IDS=REPLACE_ME_WITH_A_RANDOM_UUID
# SERVER_URL=http://localhost:3000
# WORKSPACE_INACTIVE_DAYS_BEFORE_NOTIFICATION=30

View File

@ -158,7 +158,7 @@ yarn command:prod cron:calendar:calendar-event-list-fetch
### Message Queue
<ArticleTable options={[
['MESSAGE_QUEUE_TYPE', 'bull-mq', "Queue driver: 'pg-boss' or 'bull-mq'"],
['MESSAGE_QUEUE_TYPE', 'bull-mq', "Queue driver: 'bull-mq'"],
]}></ArticleTable>
### Logging