Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

queue short added with mariadb network #940

Merged
merged 1 commit into from Sep 27, 2022
Merged

Conversation

arun-lmnas
Copy link
Contributor

Frappe docker version is not able to send mails in background
Email Queues are stuck due to Queue short unable to connect to 'mariadb-database' network

Please refer to the below discuss topic Frappe Docker V13: Email Queue stuck

The project compose file is generated using the official frappe docker single server setup

The compose.multi-bench.yaml is missing mariadb-network for queue-short, due to which queue-short is not able to connect to the database and results in the following error
pymysql.err.OperationalError: (2003, "Can't connect to MySQL server on 'mariadb-database' ([Errno -2] Name or service not known)")

Fix,
Add the mariadb-network to the networks for queue-short in compose.multi-bench.yaml so that queue-short can have access to mariadb.

@revant
Copy link
Collaborator

revant commented Sep 27, 2022

@Pazdo you've any comments?

did you miss this in #857 or it was deliberately removed?

@Pazdo
Copy link
Contributor

Pazdo commented Sep 27, 2022

Sorry @revant Missed queue short in my PR, queue long have mariadb network connected.

@revant revant merged commit 27ac6e2 into frappe:main Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants