voxpelli / node-connect-pg-simple

A simple, minimal PostgreSQL session store for Express
https://www.npmjs.com/package/connect-pg-simple
MIT License
234 stars 74 forks source link

Retry table creation if it failed (issue 268) #269

Closed bk-jb closed 1 year ago

bk-jb commented 1 year ago

268

hollandThomas commented 1 year ago

@voxpelli Hey, is it possible to merge this? Our staging env just crashed because of this and we'd like to avoid forking this repo.

Thank you!

voxpelli commented 1 year ago

@voxpelli Hey, is it possible to merge this? Our staging env just crashed because of this and we'd like to avoid forking this repo.

I do have some time today I think, I'll try looking into it in an hour or two

voxpelli commented 1 year ago

I have proposed an alternative fix: https://github.com/voxpelli/node-connect-pg-simple/pull/285

@bk-jb @hollandThomas Comments welcome on that approach

hollandThomas commented 1 year ago

That works for us 👍

voxpelli commented 1 year ago

Closing in favor of merged #285, thanks for the PR though and sorry for the lack of attention from me!