Skip to content

Build the queue #116

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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