James Lucas
James Lucas
## Feature Request Ability to support specifying the database schema via a DB URL or config parameter. ### Motivation Ideally users can specify a non-default schema for improved security, data...
## Motivation ## Solution
There are a few breaking changes made to support this. Most notably, the an optional `SentinelConfig` struct has been added to the RedisConfig object. It seems like obfuscating the fields...
This setting does not work as expected. The issue is that when messages are received, they are moved from the main queue to the processing queue without updating their ID,...