- Endpoint
GET /api/v1/statusnow returns information about the status of the connection to the bouncer and the list of running, completed and failed processes. The processes are the tasks that run on the backend. - Included new WebSocket on route
/api/v1/statusthat returns the same data that the regular endpoint, but instantly every time that a status update happens - Prevent running a task (enable, disable, delete) on a blocklist when there's still a different process running for that blocklist
- Added
GET /api/v1/check-credentialsendpoint - Fixed container healthcheck