Oracle Storage for BackWave #1
DCarlson12
started this conversation in
Ideas
Replies: 2 comments 6 replies
|
👋 @DCarlson12 -- Thanks for the input and details here. I'll need to dig into it a bit to confirm there aren't any gotchas, but initial thoughts are this should be reasonable and I'll work on getting it into the next release. |
0 replies
|
@DCarlson12 update: first pass at an Oracle adapter is done and seems to be working well. I'm hitting it with a hammer now with the test suite but it should be able to go out as a part of 1.7 |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello. I wanted to gauge the level of effort it might take to introduce an Oracle storage for BackWave. I have started the process of testing this library for potentially broad use in replacing Hangfire in several applications, but the lack of an Oracle storage adapter limits me to using in-memory and SQLite as my available options, which does not allow me to test multi-node queues and processing. Hangfire also lacks an official Oracle storage provider, and public implementations are either unoptimized or outdated. Specifically I would be looking for compatibility with a minimum Oracle version of 19c. Initial testing looks pretty good so far, so this would be a great opportunity for me to switch over if you are able to write up a storage provider. Let me know what your thoughts are.
All reactions