AshOban.Chunks (ash_oban v0.8.0-rc.0)

Copy Markdown View Source

Configuration for chunk-based batch processing using Oban Pro's ChunkWorker.

Summary

Types

t()

@type t() :: %AshOban.Chunks{
  __spark_metadata__: term(),
  by: [atom()] | nil,
  size: pos_integer(),
  timeout: pos_integer()
}