MANIFEST.in
README.md
pyproject.toml
fastpluggy_tasks_worker.egg-info/PKG-INFO
fastpluggy_tasks_worker.egg-info/SOURCES.txt
fastpluggy_tasks_worker.egg-info/dependency_links.txt
fastpluggy_tasks_worker.egg-info/entry_points.txt
fastpluggy_tasks_worker.egg-info/requires.txt
fastpluggy_tasks_worker.egg-info/top_level.txt
src/__init__.py
src/config.py
src/metrics.py
src/plugin.py
src/broker/__init__.py
src/broker/contracts.py
src/broker/factory.py
src/broker/inproc.py
src/broker/local.py
src/broker/memory.py
src/celery_compat/__init__.py
src/celery_compat/beat_capture.py
src/celery_compat/discovery.py
src/celery_compat/dummy.py
src/celery_compat/router.py
src/core/__init__.py
src/core/base_heartbeat.py
src/core/context.py
src/core/events.py
src/core/executor.py
src/core/executor_manager.py
src/core/log_handler.py
src/core/runner.py
src/core/status.py
src/core/topic.py
src/core/utils.py
src/persistence/__init__.py
src/persistence/models/__init__.py
src/persistence/models/context.py
src/persistence/models/report.py
src/persistence/models/scheduled.py
src/persistence/repository/__init__.py
src/persistence/repository/context.py
src/persistence/repository/report.py
src/persistence/repository/schedule_monitoring.py
src/persistence/repository/scheduled.py
src/persistence/repository/tasks.py
src/persistence/schema/report.py
src/registry/__init__.py
src/registry/discovery.py
src/registry/registry.py
src/registry/utils.py
src/routers/__init__.py
src/routers/schema.py
src/routers/api/__init__.py
src/routers/api/broker.py
src/routers/api/notifier.py
src/routers/api/registry.py
src/routers/api/tasks.py
src/routers/front/__init__.py
src/routers/front/front_debug.py
src/routers/front/front_lock.py
src/routers/front/front_notifier.py
src/routers/front/front_tasks.py
src/routers/monitoring/__init__.py
src/routers/monitoring/schedule_monitoring.py
src/routers/monitoring/task_duration.py
src/scheduler/__init__.py
src/scheduler/routers/__init__.py
src/scheduler/routers/front_schedule.py
src/scheduler/routers/monitoring.py
src/static/css/notifier_modal.css
src/static/js/logs-handler.js
src/static/js/notifier_modal.js
src/static/js/task_form_builder.js
src/static/js/task_form_utils.js
src/static/js/tasks.js
src/subscribers/__init__.py
src/subscribers/db_adapter.py
src/subscribers/metrics.py
src/subscribers/port.py
src/subscribers/telemetry.py
src/tasks/__init__.py
src/tasks/maintenance.py
src/tasks/scheduler.py
src/tasks/watchdog.py
src/templates/dashboard.html.j2
src/templates/graph.html.j2
src/templates/running_tasks.html.j2
src/templates/scheduled_task_edit.html.j2
src/templates/task_details.html.j2
src/templates/monitoring/scheduled_monitor.html.j2
src/templates/monitoring/task_time.html.j2
src/templates/widgets/notifier_modal.html.j2
src/templates/widgets/task_form.html.j2
src/templates/widgets/worker_table.html.j2
src/widgets/__init__.py
src/widgets/task_form.py
src/widgets/task_run_button.py
src/widgets/worker_table.py
tests/test_celery_discovery.py
tests/test_local_broker.py
tests/test_local_broker_mp.py
tests/test_local_broker_worker_id.py
tests/test_runner_topics.py