riverqueue / riverui

A web interface for River, fast and reliable background jobs in Go.
https://ui.riverqueue.com/
Mozilla Public License 2.0
49 stars 3 forks source link

Workflow changes #11

Closed bgentry closed 3 weeks ago

bgentry commented 3 weeks ago

After some pushback, I rebuilt workflows to avoid needing a per-workflow supervisor job and instead rely on client-level processes that cover all workflows. Since there's no more supervisor job, get rid of the related code.

Also added some style tweaks on the workflow graph.