QueueClassic / queue_classic

Simple, efficient worker queue for Ruby & PostgreSQL.
MIT License
1.19k stars 152 forks source link

Support for OracleSQL #343

Closed abhitiwari1322 closed 2 years ago

abhitiwari1322 commented 2 years ago

I am migrating my database from Postgres to Oracle. Does this gem support OracleSql. Any specific version that support Orracle database or any other gem with same functionality for Oracle database.

ukd1 commented 2 years ago

@abhitiwari1322 I've never tried; it really depends on the behavior of the core SQL (e.g. finding a job to lock). Assuming that worked, you'd need to change the adaptor or use a postgres fdw?

ukd1 commented 2 years ago

Closing, as no reply.