Skip to content

Commit

Permalink
Remove pg-boss from doc and .env.example (#8766)
Browse files Browse the repository at this point in the history
Remove pg-boss from doc and .env.example
  • Loading branch information
bosiraphael authored Nov 26, 2024
1 parent eb39288 commit 12467d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/twenty-server/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ACCESS_TOKEN_SECRET=replace_me_with_a_random_string_access
# SENTRY_DSN=https://[email protected]/xxx
# SENTRY_FRONT_DSN=https://[email protected]/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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12467d6

Please sign in to comment.