Skip to content

Page in UI for process status #2

@dylanmcreynolds

Description

@dylanmcreynolds

This project has a minimum of nine processes running in order to make it all happen. We will play with some of the application workers and scale them to many more in order to use the power of the server that we're on.

It would be really nice to have a user interface that displays the status of each of the process:

  • whether the process is running (based on a heartbeat)
  • whether the process is actively doing stuff
  • Some custom metrics that can be charted like the time it takes to process each job

I can imagine the processes communicating with the redis server to provide there, and then either a websocket pushing the data or a browser polling a restful service for it. Perhaps the restful service is easier.

Assigning to Seij to think about prototyping this.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions