Closed nahtnam closed 3 months ago
There's been interest in the past. For example, https://github.com/timgit/pg-boss/issues/266
Im thinking to build a wrapper around pgboss with clean UI,is it legal? @timgit
Totally legal ;)
It's illegal to sell it? @timgit
Totally legal ;)
what im working on
Hey! I'm a huge fan of PGBoss but one of the things I find lacking is the lack of a hostable UI. While this seems like a big-company feature request, it's quite the opposite. It saves solo developers a lot of time if they have a UI to debug issues instead of having to to make a bunch of SQL queries on their production DB by hand.
There is a nice UI package specifically for Bull here: https://github.com/felixmosh/bull-board
While the name isn't super generic, I found their underlying adapters well written: https://github.com/felixmosh/bull-board/blob/master/packages/api/src/queueAdapters/bull.ts
It seems to me at the surface level that it would be pretty easy to add an adapter for PGBoss (although some of these functions would be no-ops). What do you think?