Betterment / delayed

a multi-threaded, SQL-driven ActiveJob backend used at Betterment to process millions of background jobs per day
MIT License
154 stars 8 forks source link

Dashboard UI #8

Open 34code opened 2 years ago

34code commented 2 years ago

Any chance the private dashboard fork will be open-sourced? If not, any good gems we can rely on for a decent UI similar to sidekiq?

smudge commented 2 years ago

Hi @34code, thanks for stopping by! I can’t promise anything at this moment, but I can say that we have explored the idea of open sourcing some form of dashboard. Out of curiosity, what high level features would you look for in such a UI?

34code commented 2 years ago

Hi @smudge!

Mainly looking for some key features such as:

34code commented 2 years ago

bonus points if the dashboard was extensible with community extensions similar to resque/sidekiq

amamrenko commented 1 year ago

We use delayed_job_web on FE part and requires delayed_job gem as well.