Skip to content

Comments

feat(workers): Add canvas node cleanup worker (#1196)#3164

Open
abhishek818 wants to merge 2 commits intosuperplanehq:mainfrom
abhishek818:feat/canvas-node-cleanup-worker
Open

feat(workers): Add canvas node cleanup worker (#1196)#3164
abhishek818 wants to merge 2 commits intosuperplanehq:mainfrom
abhishek818:feat/canvas-node-cleanup-worker

Conversation

@abhishek818
Copy link

Add a CanvasNodeCleanupWorker that periodically finds and permanently deletes soft-deleted workflow nodes and their associated resources (requests, executions, execution KVs, queue items, events).

When a workflow is updated and nodes are removed, they are soft-deleted but their resources remain in the database. This worker handles the cleanup, similar to how CanvasCleanupWorker handles deleted canvases.

Add a CanvasNodeCleanupWorker that periodically finds and permanently
deletes soft-deleted workflow nodes and their associated resources
(requests, executions, execution KVs, queue items, events).

When a workflow is updated and nodes are removed, they are soft-deleted
but their resources remain in the database. This worker handles the
cleanup, similar to how CanvasCleanupWorker handles deleted canvases.

Signed-off-by: abhishek kumar gupta <abhishek818t@gmail.com>
@abhishek818 abhishek818 force-pushed the feat/canvas-node-cleanup-worker branch from f2418e4 to 49b0afe Compare February 18, 2026 13:02
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

…gle file (superplanehq#1196)

Signed-off-by: abhishek kumar gupta <abhishek818t@gmail.com>
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.

1 participant