ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
14.12k stars 3.43k forks source link

RFE: Gantt chart for scheduled jobs #4449

Open sandrich opened 5 years ago

sandrich commented 5 years ago
ISSUE TYPE
SUMMARY

The ability to have some sort of graphical view on scheduled jobs per day/week/month/year. One example would be a Gantt chart.

The idea behind is to have a better overview when jobs are scheduled and to find busy or non busy spots. If the job has run before you could use the average execution time for the job length estimation in the diagram.

wenottingham commented 5 years ago

If we've got D3 lying around, something like the github activity graph may be useful?

sandrich commented 5 years ago

If we've got D3 lying around, something like the github activity graph may be useful?

@wenottingham if you are talking about the heatmap then that I find almost better than a gantt chart. It would give an easy way of finding sweet spots. As long as you can drill further in to it until you get a day view.

Also it should consider scheduled workflows and its jobs.

tentator commented 5 years ago

@wenottingham I think this feature would really be something! +1

mschibli commented 5 years ago

@wenottingham , Yeah, for me, this feature would be really a great idea! hope this will be implemented. +1