My app needs to know two things
- the number of agents currently attached to the server
- the number of jobs currently in the backlog
I’ve read the APIs at http://docs.drone.io/api-build-info/ but it doesn’t look like either of this information is available, even for a single repository.
Is it possible to get the information I need?