Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic queuing functionality #6

Merged
merged 12 commits into from
Feb 24, 2022
Merged

Conversation

PeterKraus
Copy link
Contributor

@PeterKraus PeterKraus commented Feb 21, 2022

This PR will implement the following functionality:

  • tomato: top-level daemon/handler process, capable of:
  • creating and reading settings.toml
  • parsing supplied devices.toml into pipelines
  • a sqlite3-based job queue
  • a sqlite3-based persistent job & pipeline state

A management utility ketchup is also included, supporting the following features:

  • ketchup submit [filename]: submit filename as a job for tomato
  • ketchup status [queue | jobid]: get status of the queue or the specified jobid
  • ketchup stop [jobid]: abort currently running job under jobid see Queue: stop job & handle restore #9
  • ketchup load [sample] [pipeline]: assign sample into pipeline
  • ketchup ready [pipeline]: mark pipeline as ready.

As a consequence, this PR will close #2 and close #3.

@PeterKraus PeterKraus merged commit 56e4f08 into dgbowl:master Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement job queue. Implement device settings.
1 participant