solidusio / solidus_bolt

BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Rescue DB connection error. #153

Open DanielePalombo opened 1 year ago

DanielePalombo commented 1 year ago

Summary

If the DB connection fails, the initializer shouldn't raise any error.

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

The following are not always needed:

kennyadsl commented 1 year ago

@DanielePalombo why should fail when the DB adapter is not present?

DanielePalombo commented 1 year ago

@kennyadsl My fault.

This PR aims to do exactly the opposite! The initializer should not fail if the DB connection fails.

I'm updating the PR and commit description