PgFlow.Schema.Worker (PgFlow v0.1.0)

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(),
  deprecation_reason: term(),
  expires_at: term(),
  flow_slugs: term(),
  inserted_at: term(),
  status: term(),
  updated_at: term(),
  worker_id: term()
}