Snodo.Extensions.Tasks.Store.SQLite.Config (snodo_tasks_sqlite v0.2.0)

Copy Markdown View Source

The store handle that Snodo.Extensions.Tasks.Store.SQLite.new/1 returns and the other store functions take. Build it with new/1 or new!/1; its fields are internal.

Summary

Types

t()

@type t() :: %Snodo.Extensions.Tasks.Store.SQLite.Config{
  identity: reference(),
  reap_batch_size: pos_integer(),
  repo: module(),
  scope: (Snodo.Context.t() -> term()),
  timeout: pos_integer()
}