[ERROR] Worker (pid:5) was sent SIGKILL! Perhaps out of memory?
mask1062
FREEOP

a year ago

I am testing tenant/schema creation using django-tenants, migrations are starting but failing on the auto.0001_initial migration, how do i resolve this?

Solved

1 Replies

echohack
EMPLOYEE

a year ago

Hiya mask,

Typically we can't offer alot of advice around application specific issues, but I'll give it a shot anyway.

1. It looks like django is looking for a PostgreSQL connection and is failing.

2. It looks like your worker process is running out of memory that it's allocated.

First you might look at your Gunicorn configuration to allow more memory for your worker processes.

Second, I'd look to ensure your database is configured to connect correctly.

You might want to railway ssh to the machine to run diagnostics directly on what is going on the worker.


Status changed to Awaiting User Response Railway 11 months ago


Railway
BOT

7 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 7 months ago


Loading...