apache / couchdb

Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
https://couchdb.apache.org/
Apache License 2.0
6.17k stars 1.03k forks source link

Fauxton - Add process_status field in result table of active tasks #3816

Open noahmehl opened 2 years ago

noahmehl commented 2 years ago

Summary

As a user, it would be convenient to see the process_status value for a compaction job. This is because smoosh may start a compaction job and have some progress before suspending it because it's outside the window for processing.

Desired Behaviour

When going to the Active Tasks section of Fauxton, it would be nice to display the process_status label and value in the status column.

noahmehl commented 2 years ago

Should this be moved to https://github.com/apache/couchdb-fauxton ?