hummingbird-project / hummingbird-postgres

Postgres support and implementations of Hummingbird frameworks
Apache License 2.0
2 stars 2 forks source link

Postgres Job queue #4

Closed adam-fowler closed 6 months ago

adam-fowler commented 7 months ago

Implementation of HBJobQueue using Postgres

Once migration stuff is merged was going to use it to setup tables, for jobs and persist. At the moment the tests have a pause to make sure all the tables are setup correctly before we run tests, which isn't ideal.