malthe / pq

A PostgreSQL job queueing system
376 stars 41 forks source link

Add support for using a custom schema #64

Closed malthe closed 3 years ago

malthe commented 3 years ago

What is the current behavior?

What is the new behavior?

This fixes issue #35.

Checklist

Please make sure the following requirements are complete:

malthe commented 3 years ago

@stas what do you think about this?

stas commented 3 years ago

@malthe it's not clear from the changeset if the interface of the API calls changed, it would be nice to have the default schema work without changing anything by the end-users. Otherwise, this looks great :rocket: :upside_down_face:

malthe commented 3 years ago

@stas that's been fixed now – code is simplified as well.