PgFlow.Schema.Worker (PgFlow v0.3.2)

Copy Markdown View Source

Schema for the pgflow.workers table.

Represents a worker process that can execute flow steps.

Summary

Types

t()

@type t() :: %PgFlow.Schema.Worker{
  __meta__: term(),
  deprecated_at: term(),
  function_name: term(),
  last_heartbeat_at: term(),
  queue_name: term(),
  started_at: term(),
  stopped_at: term(),
  worker_id: term()
}