8000 Make dependency on Redis optional · Issue #91 · pubkeyapp/pubkey-link · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
Make dependency on Redis optional #91
Open
@beeman

Description

@beeman

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0