|
|
|
|
|
by storystarling
146 days ago
|
|
You hit those write limits surprisingly early if you use background workers though. I had a project with very little user traffic that choked on SQLite simply because a few Celery workers were updating job statuses concurrently. It wasn't the volume of data, just the contention from the workers that forced the switch to Postgres. |
|
(I am just asking: are you sure WAL is on?)