{% extends "layout.html" %} {% block title %}Batch Status{% endblock %} {% block content %}
Name | Worker Type | Preemptible | Pending | Active | Inactive | Deleted | Provisioned Cores | Schedulable Cores |
---|---|---|---|---|---|---|---|---|
{{ pool.name }} | {{ pool.worker_type }} | {{ pool.preemptible }} | {{ pool.all_versions_instances_by_state['pending'] }} | {{ pool.all_versions_instances_by_state['active'] }} | {{ pool.all_versions_instances_by_state['inactive'] }} | {{ pool.all_versions_instances_by_state['deleted'] }} | {{ pool.all_versions_provisioned_cores_mcpu / 1000 }} | {{ pool.current_worker_version_stats.live_free_cores_mcpu / 1000 }} / {{ pool.all_versions_provisioned_cores_mcpu / 1000 }} |
Name | Pending | Active | Inactive | Deleted | Provisioned Cores | Schedulable Cores |
---|---|---|---|---|---|---|
{{ jpim.name }} | {{ jpim.all_versions_instances_by_state['pending'] }} | {{ jpim.all_versions_instances_by_state['active'] }} | {{ jpim.all_versions_instances_by_state['inactive'] }} | {{ jpim.all_versions_instances_by_state['deleted'] }} | {{ jpim.all_versions_provisioned_cores_mcpu / 1000 }} | {{ jpim.current_worker_version_stats.live_free_cores_mcpu / 1000 }} / {{ jpim.all_versions_provisioned_cores_mcpu / 1000 }} |
Name | Instance Collection | Location | Version | State | Free Cores | Failed Requests | Time Created | Last Updated |
---|---|---|---|---|---|---|---|---|
{{ instance.name }} | {{ instance.inst_coll.name }} | {{ instance.location }} | {{ instance.version }} | {{ instance.state }} | {{ instance.free_cores_mcpu / 1000 }} / {{ instance.cores_mcpu / 1000 }} | {{ instance.failed_request_count }} | {{ instance.time_created_str() }} | {{ instance.last_updated_str() }} ago |