Exq.Api.send_signal

You're seeing just the function send_signal, go back to Exq.Api module for more information.
Link to this function

send_signal(pid, node_id, signal_name)

View Source

Send signal to the given node.

Expected args:

  • pid - Exq.Api process
  • node_id - node identifier
  • signal_name - Name of the signal.

Supported Signals

  • TSTP - unsubscibe from all queues

Returns:

  • :ok