-
- Downloads
Replace swh-worker-control with a swh scheduler celery-monitor subcommand
This new subcommand has two commands: - ping: checks whether the given worker instance answers within a given timeout - list-running: lists running tasks on the given worker instance
parent
8411335a
No related branches found
No related tags found
Showing
- bin/swh-worker-control 0 additions, 284 deletionsbin/swh-worker-control
- setup.py 0 additions, 1 deletionsetup.py
- swh/scheduler/cli/__init__.py 1 addition, 1 deletionswh/scheduler/cli/__init__.py
- swh/scheduler/cli/celery_monitor.py 157 additions, 0 deletionsswh/scheduler/cli/celery_monitor.py
- swh/scheduler/tests/test_cli_celery_monitor.py 130 additions, 0 deletionsswh/scheduler/tests/test_cli_celery_monitor.py
bin/swh-worker-control
deleted
100755 → 0
swh/scheduler/cli/celery_monitor.py
0 → 100644