Files
netfelix-audio-fix/server
felixfoertsch 0e2f027f7a
Build and Push Docker Image / build (push) Successful in 1m40s
abort queue loop when auto-process-queue is disabled
The toggle's disable branch only wrote the config, leaving runSequential
draining indefinitely — its loop only checked signal.aborted, and the
drain re-fetch at the bottom kept pulling new pending jobs.

Add stopQueueProcessor() (mirrors stopAutoProcessLoop for the inbox
sorter) and call it from the disable branch. Current ffmpeg job runs
to completion; no new jobs start. Use POST /stop for a hard kill.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-22 07:35:09 +02:00
..