honeydew v1.1.5 Honeydew.EctoSource.State View Source

Link to this section Summary

Link to this section Types

Link to this type stale_timeout() View Source
stale_timeout() :: pos_integer()
Link to this type t() View Source
t() :: %Honeydew.EctoSource.State{
  key_field: String.t(),
  lock_field: String.t(),
  private_field: String.t(),
  queue: Honeydew.queue_name(),
  repo: module(),
  schema: module(),
  sql: module(),
  stale_timeout: stale_timeout(),
  table: String.t(),
  task_fn: function()
}