mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-06-08 14:51:55 +00:00
34 lines
316 B
Markdown
34 lines
316 B
Markdown
# YAO-scheduler
|
|
|
|
|
|
## API
|
|
|
|
**GetHeartCounter**
|
|
|
|
```
|
|
?action=get_counter
|
|
```
|
|
|
|
**GetJobTaskStatusJHL**
|
|
|
|
```
|
|
?action=jhl_job_status&job=
|
|
```
|
|
|
|
**GetBindings**
|
|
|
|
GPU is occupied by which job(s)
|
|
|
|
```
|
|
?action=get_bindings
|
|
```
|
|
|
|
**EnableSchedule**
|
|
```
|
|
?action=debug_enable
|
|
```
|
|
|
|
**DisableSchedule**
|
|
```
|
|
?action=debug_disable
|
|
``` |