Skip to content

After upgrade to 3.1.1, my postal is sending less number of emails. Worker > Thread config missing in new config support #2879

Discussion options

You must be logged in to vote

7-8 emails per minute is extremely slow for a single worker. A single worker process can handle significantly more than that on a system that is configured correctly and not sending e-mails to SMTP servers on the moon.

However, the correct way to scale workers on v3 is to use a docker-compose.override.yml file in /opt/postal/install. The old worker configuration never worked well anyway.

version: "3.9"
services:
  worker:
    deploy:
      replicas: 4

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@gitbnitin
Comment options

@gitbnitin
Comment options

@adamcooke
Comment options

@gitbnitin
Comment options

Answer selected by adamcooke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants