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/log_handler.py
src/plugin.py
src/progress.py
src/runner.py
src/task_registry.py
src/utils.py
src/executor/__init__.py
src/executor/thread_executor.py
src/models/__init__.py
src/models/context.py
src/models/report.py
src/models/scheduled.py
src/notifiers/__init__.py
src/notifiers/base.py
src/notifiers/console.py
src/notifiers/database.py
src/notifiers/loader.py
src/notifiers/registry.py
src/notifiers/webhook.py
src/repository/__init__.py
src/repository/context.py
src/repository/report.py
src/repository/schedule_monitoring.py
src/repository/scheduled.py
src/repository/task_events.py
src/router/__init__.py
src/router/api_notifier.py
src/router/api_registry.py
src/router/api_tasks.py
src/router/debug.py
src/router/front.py
src/router/front_lock.py
src/router/front_notifier.py
src/router/front_schedule.py
src/router/metrics.py
src/router/api/__init__.py
src/router/monitoring/__init__.py
src/router/monitoring/schedule_monitoring.py
src/router/monitoring/task_duration.py
src/schema/__init__.py
src/schema/context.py
src/schema/dummy_celery.py
src/schema/notifier.py
src/schema/report.py
src/schema/request_input.py
src/schema/status.py
src/schema/task_event.py
src/services/__init__.py
src/services/celery_discovery.py
src/services/lock_manager.py
src/services/notification_service.py
src/services/task_discovery.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/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/notifier_modal.html.j2
src/templates/task_details.html.j2
src/templates/task_form.html.j2
src/templates/monitoring/scheduled_monitor.html.j2
src/templates/monitoring/task_time.html.j2
src/widgets/__init__.py
src/widgets/task_form.py
src/widgets/task_run_button.py
tests/test_celery_discovery.py