Skip to content

Build the queue #116

@solvicode

Description

@solvicode

When windows are triggered, there a bunch of conditions that might halt the immediate firing of algorithms.

They are:

  • Waiting for results to complete so they can be factored in to lookback dependencies
  • Rate limiting specified by the processors (new feature)
  • Others?

We are currently writing all window and algorithm results ahead of time, and then just updating with status/results. What needs to be implemented on top of this is a work queue that allows that preregistering to happen, but then first checks the go/nogo status, and then waits for conditions to be fufilled before continuing.

This issue captures these required changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions