Index
The monitor package provides classes and utilities for monitoring the health and progress
of task servers and workflows in Merlin. It includes abstract interfaces, concrete implementations,
and factory classes to manage task server monitors for supported systems like Celery.
Modules:
| Name | Description |
|---|---|
monitor_factory.py |
Provides a factory class to manage and retrieve task server monitors for supported task servers. |
monitor.py |
Defines the |
task_server_monitor.py |
Defines the |
celery_monitor.py |
Implements the |