-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the API won't start if it cannot connect to a Redis instance. However, if you only want to run this for verifying Vote identities (Validator verification) this is not needed.
Redis (and in fact, the whole queue system) should be optional and only required if the feature flags FEATURE_RESOLVER_SOLANA_FUNGIBLE or FEATURE_RESOLVER_SOLANA_NON_FUNGIBLE are enabled.
Goals:
- Be able to run the system without Redis if the above features are disabled
- If they are enabled, ensure there is a runtime check that verifies if Redis is configured and able to connect.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request