Cron Schedulers
{% if cron_schedulers %}
{% else %}
|
Name
|
Host |
Port |
DB |
|---|---|---|---|
| {{ cron_scheduler.name }} | {{ cron_scheduler.connection.connection_pool.connection_kwargs.host }} | {{ cron_scheduler.connection.connection_pool.connection_kwargs.port }} | {{ cron_scheduler.connection.connection_pool.connection_kwargs.db }} |
No running cron schedulers
{% endif %}RQ Scheduler
| Redis Connection | Recurring Jobs |
|---|---|
| {{ connection }} | {{ scheduler.count }} |