Skip to content

Make the queue system for the communication between dynohost and apiserver more efficient; #24

@Filirom1

Description

@Filirom1

Currently DynoHost are doing long polling on the APIServer to get their jobs.

The main advantage is that it doesn't depend on an external component (like a message queue), and in so doing it avoids setup and maintenance complexity.

JobGiver is quite complex to understand and I really don't know if leastBurdenedHost feature works :/

ApiServer poll the database periodically. We may use PostgreSQL LISTEN/NOTIFY to make it better.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions