>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #741
Update issue details
Title *
Description
JanitorService is currently started in worker.py for highway_default queue workers. This means N workers = N JanitorService instances, each running partition maintenance every 24 hours. While idempotent, this is wasteful and follows the same anti-pattern as the cron job spawning bug. Fix: Create a system cron job for partition maintenance during bootstrap, remove JanitorService from worker.py.
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel