Postgres database not accessible from background worker

Hi @mtford, there shouldn’t be any difference between connecting to your database from a web service and connecting from a background worker. In both cases you can use the internal connection string to reach your database securely within a private network. I suspect that the issue was due to an intermittent DNS resolution failure. Would you mind trying again and reporting back? Thanks for your help with this.