Skip to content

[Request]Refactor/wrap Redis MQ uses to allow more efficient alternatives going forward #1811

Description

@underarchiver

Is your feature request related to a problem? Please describe.
neodb's use of redis queues for workload scheduling unnecessarily requires extra Docker containers with dedicated RAM, causing frequent out-of-memory errors on 4GB nodes that seem unwarranted by the relatively modest workload. As a workload mechanism, redis fails to smooth out resource consumption but puts additional stress on RAM instead and also creates unnecessary friction with reconnects and Docker dependencies.

Describe the solution you'd like
Use a Python wrapper lib for redis MQ that would, in a second step, allow switching redis for Postgres message queues, eliminating the need for running redis or other unnecessary in-memory data storage (except maybe Django core caching).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions