Exq.subscribe

You're seeing just the function subscribe, go back to Exq module for more information.

Subscribe to a queue - ie. listen to queue for jobs

  • pid - PID for Exq Manager or Enqueuer to handle this
  • queue - Name of queue
  • concurrency - Optional argument specifying max concurrency for queue
Link to this function

subscribe(pid, queue, concurrency)

View Source