WIPACrepo / pyglidein

Some python scripts to launch HTCondor glideins
MIT License
7 stars 20 forks source link

Adding glideins_queued to the client monitoring info displayed in the server #67

Closed gonzalomerino closed 6 years ago

gonzalomerino commented 7 years ago

Now the server web page displays information for each client's glideins_running and glideins_launched.

It would be nice to add glideins_queued to that information.

dsschult commented 7 years ago

Need to restructure how clients read the local queue, to separate out queued and processing jobs.

jvansanten commented 7 years ago

The client knows how many of the jobs are idle if you provide an idle_cmd. Otherwise, it considers all jobs in the queue to be "running."

gonzalomerino commented 6 years ago

This was done by Heath in another ticket (#110)