From 12467d67c83977c6d5ce30e1655927c9d7aef360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Bosi?= <71827178+bosiraphael@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:10:05 +0100 Subject: [PATCH] Remove pg-boss from doc and .env.example (#8766) Remove pg-boss from doc and .env.example --- packages/twenty-server/.env.example | 2 +- .../src/content/developers/self-hosting/self-hosting-var.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/twenty-server/.env.example b/packages/twenty-server/.env.example index cdcd5f06c..034db5177 100644 --- a/packages/twenty-server/.env.example +++ b/packages/twenty-server/.env.example @@ -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 diff --git a/packages/twenty-website/src/content/developers/self-hosting/self-hosting-var.mdx b/packages/twenty-website/src/content/developers/self-hosting/self-hosting-var.mdx index 2590bfdcc..aca332278 100644 --- a/packages/twenty-website/src/content/developers/self-hosting/self-hosting-var.mdx +++ b/packages/twenty-website/src/content/developers/self-hosting/self-hosting-var.mdx @@ -158,7 +158,7 @@ yarn command:prod cron:calendar:calendar-event-list-fetch ### Message Queue ### Logging