Skip to content

Second Version

No due date 88% complete

The v1 milestone encapsulates these overarching refactors:

  • Re-implementing throttling logic within it's own module.
    • Prerequisite: a before-run.
    • Prerequisite: a generic job metadata store.
  • Providing a pluggable backend interface under which a Postgres backend might replace Redis.
    • Prerequisite: dividing out the redis backend from the project, implement…

The v1 milestone encapsulates these overarching refactors:

  • Re-implementing throttling logic within it's own module.
    • Prerequisite: a before-run.
    • Prerequisite: a generic job metadata store.
  • Providing a pluggable backend interface under which a Postgres backend might replace Redis.
    • Prerequisite: dividing out the redis backend from the project, implementing a backend interface instead
  • Providing an api within the backend to query for metadata about the state of tasks within the system
Loading