| #382 |
CLEANUP: Remove deprecated SchedulerService (superseded by durable_cron)
SchedulerService and scheduler_worker.py are dead code. durable_cron (Issue #19) supersedes them com...
|
closed |
low |
2025-12-11 22:12 |
- |
|
| #372 |
LOW: Magic numbers should be configurable
## Issue
Hardcoded values throughout codebase should be in configuration:
- activity_threshold_sec...
|
closed |
low |
2025-12-11 21:40 |
- |
|
| #371 |
LOW: Logger message missing f-string prefix
## Issue
In engine/orchestrator.py:577, logger message uses wrong format string:
```python
logger....
|
closed |
low |
2025-12-11 21:40 |
- |
|
| #340 |
Flaky tests: test_concurrent_logging and test_async_deferral_multiple_jobs
These tests fail intermittently under parallel load (pytest -n auto) but pass in isolation. Root cau...
|
closed |
low |
2025-12-10 05:17 |
- |
|
| #334 |
Sherlock Phase 4: Dynamic Verifier Injection
PHASE 4: Dynamic Injection (Orchestration)
CONTEXT:
Sherlock suggests 'Topology-Driven Verifier Pla...
|
closed |
low |
2025-12-09 17:52 |
- |
|
| #232 |
OpenAPI: Utility & System Endpoints (13 endpoints)
## Scope
Document utility and system endpoints:
- `api/blueprints/v1/health.py` (2 endpoints)
- `api...
|
closed |
low |
2025-12-02 08:16 |
- |
|
| #191 |
Engine: Optimize DurableContext variable serialization
'ctx.set_variable' currently holds the object, its JSON string, and the internal state copy in memor...
|
closed |
low |
2025-11-30 05:01 |
- |
|
| #159 |
Fix spawn_uptime_cron.py workflow
Workflow file workflows/spawn_uptime_cron.py does not follow standard pattern (get_workflow/build fu...
|
closed |
low |
2025-11-29 00:15 |
- |
|
| #158 |
Fix schedule_maintenance.py workflow
Workflow file workflows/schedule_maintenance.py does not follow standard pattern (get_workflow/build...
|
closed |
low |
2025-11-29 00:15 |
- |
|
| #157 |
Fix production_pipeline_fixed.py workflow
ForEachOperator expects string for items parameter, but workflow passes list. Update to use JSONPath...
|
closed |
low |
2025-11-29 00:15 |
- |
|
| #156 |
Fix production_pipeline.py workflow
ForEachOperator expects string for items parameter, but workflow passes list. Update to use JSONPath...
|
closed |
low |
2025-11-29 00:15 |
- |
|
| #155 |
Fix parallel_demo.py workflow
Workflow has callable error - 'list' object is not callable. Need to fix workflow definition structu...
|
closed |
low |
2025-11-29 00:15 |
- |
|
| #154 |
Fix maintenance_cleanup.py workflow
Workflow file workflows/maintenance_cleanup.py does not follow standard pattern (get_workflow/build ...
|
closed |
low |
2025-11-29 00:15 |
- |
|
| #153 |
Fix foreach_demo_fixed.py workflow
ForEachOperator expects string for items parameter, but workflow passes list. Update to use JSONPath...
|
closed |
low |
2025-11-29 00:15 |
- |
|
| #152 |
Fix foreach_demo.py workflow
ForEachOperator expects string for items parameter, but workflow passes list. Update to use JSONPath...
|
closed |
low |
2025-11-29 00:15 |
- |
|
| #151 |
Fix extract_timestamp.py workflow
Workflow file workflows/extract_timestamp.py does not follow standard pattern (get_workflow/build fu...
|
closed |
low |
2025-11-29 00:15 |
- |
|
| #25 |
highway-api: Add POST /api/v1/schedules/{schedule_id}/pause and /resume endpoints
Need API to pause and resume durable_cron schedules without deleting them.
|
closed |
low |
2025-11-26 01:48 |
- |
|