From 16bf6bafd1f72759ef3f1674fb34f746add652eb Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 17 Feb 2026 02:24:32 +0100 Subject: [PATCH] Oops --- changedetectionio/worker.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/changedetectionio/worker.py b/changedetectionio/worker.py index 3c537f709..b688f80ed 100644 --- a/changedetectionio/worker.py +++ b/changedetectionio/worker.py @@ -530,12 +530,7 @@ async def async_update_worker(worker_id, q, notification_q, app, datastore, exec logger.exception(f"Worker {worker_id} full exception details:") try: - - # Release UUID from processing (thread-safe) - worker_pool.release_uuid_from_processing(uuid, worker_id=worker_id) - # Send completion signal - retrieve by name to ensure thread-safe access - if watch: watch_check_update = signal('watch_check_update') watch_check_update.send(watch_uuid=watch['uuid'])