qri-io / qri

you're invited to a data party!
https://qri.io
GNU General Public License v3.0
1.1k stars 66 forks source link

feat(automation): basic run queue #1963

Open ramfox opened 2 years ago

ramfox commented 2 years ago

We need a to start with a basic run queue. We want to be able to gather metrics on runs, and lay the ground work for future iterations on a sophisticated RunQueue that can manage sync, cancels, and queue priorities.

Let's build a run queue that can handle Push, Pop, and polls the queue running the first run in the queue.

Arqu commented 2 years ago

Think this is done now?