Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.
This repository was archived by the owner on May 27, 2024. It is now read-only.

time offset between squelcher <-> postgres output causes trouble #151

@ghost

Description

selects are faster than inserts on the eventdb
squelcher is faster than postgres output
-> events queue up at the output
but the squelcher relies on the data in the table, not the data that it had processed
-> squelcher does not see all the data
-> events are sent too often

possible solutions:

  • squelcher has it's own cache (additionally?)
  • a bot which only passes events to the squelcher, if the queues behind are all empty

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions