DNR
DNR
More details on the Dashboard page about jobs, workspaces, and agents
Currently if an agent dies mid job, the agent will not resume the job when the agent restarts. This is going to take some investigation to figure out a way...
Create a new application that shuts down and restarts a director or agent docker image when the main branch for Ensemble repo is updated.
Feature Summary: Users should be able to subscribe to push notifications for director notifications. Users should be able to choose what type of notifications they wish to receive and these...
Feature Summary: The job diffing that's currently enabled doesn't fully work as intended. The output should be sorted in some repeatable way prior to diffing and the diff output should...
The webclient process is currently started by the director process. Instead we should have a watchdog process that controls starting both webclient and director as well as restarting them if...
Feature Summary: Users should have a nice interface for installing new tools on agents, seeing what tools are installed, and uninstalling tools from agents. Currently users can install tools by...
Do not use flask as the primary server. It's not appropriate for production. Instead use a web server able to communicate with Flask through a WSGI protocol such as waitress....
Create a watchdog process for agents that communicates with the director. It will - Notify director when agent goes down and up - Restart agent when agent dies automatically -...
Summary: It appears when you're rebroadcasting a stream from another provider (only tested with youtube) that if if the remote stream ends then the skylive stream abruptly ends. Since there's...