Skip to content

Create a prioritized queue of commits to be processed #17

Description

@robins

Create a prioritized queue of commits to be processed

One way to do this would be to have files that are appended to (when a new commit is found) and from which one row from the top is popped when we need to process a row.

Prioritized queue could be implemented with different files.
file1 (priority 1)
file2 (priority 2)
etc.

This would be a requirement to complete issue #16

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions