#2425·rq

Debounce enqueuing job

Author: hongquanCreated Jun 24, 2026Updated Jun 24, 2026

Please support debouncing enqueuing job. A use case is that, I develop a chatbot. On incoming user message, I invoke chatbot via RQ. But users often split message into smaller chunks, sending one after one. So I want the chatbot to wait until the user to send all those chunks. It will be possible if debouncing is supported.