이메일 알림을 더 빠르게 보낼 수 있는 방법이 있을까요?

@supermathie 감사합니다

app.yml 파일은 이제 다음과 같습니다:

env:
  LANG: en_US.UTF-8
  # DISCOURSE_DEFAULT_LOCALE: en

  ## How many concurrent web requests are supported? Depends on memory and CPU cores.
  ## will be set automatically by bootstrap based on detected CPUs, or you can override
  UNICORN_WORKERS: 8

  ## Added this line on 04/10/25
  ## REF: https://meta.discourse.org/t/is-there-a-way-i-can-send-email-notifications-faster/383103/12
  DISCOURSE_SIDEKIQ_WORKERS: 7

이번 주 후반에 재빌드하고 이메일 전송 시간을 측정해 보겠습니다. :smiley:

제 변경 사항이 제대로 적용되었는지 확인하기 위해, 이 Threads 값이 5에서 7로 증가해야 한다는 제 추측이 맞습니까?