Getting workers
BullMQ Proxy provides a simple api to return all the registered workers in the system. Just call the /workers
endpoint with the "GET" http verb:
curl --location 'http://mydomain.dev/workers/my-queue' \
--header 'Authorization: Bearer my-secret-token'
Last updated