tcely
tcely
Plugin: https://github.com/coletdjnz/yt-dlp-remote-cipher Server: https://github.com/kikkia/yt-cipher Docker image: `ghcr.io/kikkia/yt-cipher:master` Smaller image: https://github.com/kikkia/yt-cipher/commit/553ed0dceb651060f68ddc0e57207acf103ee04c
After reading this command, it wasn't clear what was happening. Hopefully, this is the same result with more understandable ordering.
Perhaps I am missing something, but using the signal handler seems to be needlessly complicated when multiple queues are configured. ```py from django_huey import signal @signal(queue='q1') def handler(signal_name, task, exc=None):...