Skip to content

feat(db_worker): add a signaling channel to detect tasks active across workers - #59

Draft
tcely wants to merge 2 commits into
RealOrangeOne:masterfrom
tcely:tcely-db_worker-pings
Draft

tcely wants to merge 2 commits into
RealOrangeOne:masterfrom
tcely:tcely-db_worker-pings

Conversation

@tcely

@tcely tcely commented Sep 5, 2026

Copy link
Copy Markdown
  • Add DBTaskPing model for task ping responses

  • Implement limbo task handling in db_worker

    Added functionality to handle lost tasks by updating their status and tracking task pings.

  • Implement ping responder thread in db_worker

    Added a ping responder thread to monitor task pings and update the database accordingly.

Fixes #5

…s workers

* Add DBTaskPing model for task ping responses

* Implement lost task handling in db_worker

Added functionality to handle lost tasks by updating their status and tracking task pings.

* Implement ping responder thread in db_worker

Added a ping responder thread to monitor task pings and update the database accordingly.
@tcely
tcely force-pushed the tcely-db_worker-pings branch from 580fea8 to 535abae Compare September 16, 2026 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unclean exits of the worker leave tasks in limbo

1 participant