Exq.Worker.Metadata (exq v0.23.0)

View Source

Provides storage functionality for job metadata.

The metadata is associated with the worker pid and automatically discarded when the worker process exits.

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Functions

associate(server, pid, value)

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

init(opts)

Callback implementation for GenServer.init/1.

lookup(server, pid)

server_name(name)

start_link(opts)