GlareDB / glaredb

GlareDB: An analytics DBMS for distributed data
https://glaredb.com
GNU Affero General Public License v3.0
655 stars 38 forks source link

create system table for background jobs. #1444

Open universalmind303 opened 1 year ago

universalmind303 commented 1 year ago

Description

it'd be nice to have a table to view the status of various background jobs.

Rationale

Sometimes you need to know what's running.

Breaking effects

none

tychoish commented 7 months ago

Update: Background jobs have changed a bit for this since this ticket was opened, but it looks like the SystemOperation table handler exists. It doesn't look like it's setup for background deletes, but it could be pretty easily, which makes this a easier prospect.