Verk.Node (Verk v1.7.2) View Source
Node data controller.
Link to this section Summary
Functions
Redis command to add a queue to the set of queues that a node is processing.
Redis command to add a queue to the set of queues that a node is processing.
Link to this section Functions
Specs
Redis command to add a queue to the set of queues that a node is processing.
iex> Verk.Node.add_node_redis_command("123")
["SADD", "verk_nodes", "123"]
Specs
Redis command to add a queue to the set of queues that a node is processing.
iex> Verk.Node.add_queue_redis_command("123", "default")
["SADD", "verk:node:123:queues", "default"]
Specs
deregister!(String.t(), GenServer.t()) :: :ok