Open jbardnz opened 1 year ago
You can set RCH_ENABLE_BULK=0
in docker to disable bulk. Alternatively, if you want bulk, then you need to set a DATABASE_URL
.
Sorry, v0.4.0 is still in beta, and there are not a lot of docs yet.
Thanks for getting back to me, in my case I did want to use the bulk feature.
So I have RCH_ENABLE_BULK=1 and the DATABASE_URL set.
Are you still having issue with this? PoolTimedOut
seems to be that Reacher can't connect to the db. Could you double check that DATABASE_URL is correct?
Email Provider
No response
What happened?
I'm able to get v3 running without issue, but when running any v4 docker image I get the following error:
The Error: PoolTimedOut always happens after exactly 30 seconds.
Relevant log output
No response