Is the JS API the only way to retrieve a list of active queues within a worker? At what point are q
Is the JS API the only way to retrieve a list of active queues within a worker?
At what point are queues officially completed? Obviously if something doesn't throw within the queue, it means that you can ack the message and retire it once whatever operations you have are completed (if operations complete fine, then esentially the job is done and you can mark it as completed)?
At what point are queues officially completed? Obviously if something doesn't throw within the queue, it means that you can ack the message and retire it once whatever operations you have are completed (if operations complete fine, then esentially the job is done and you can mark it as completed)?






