Spikard. BackgroundTaskConfig
(spikard v0.15.6-rc.4)
Copy Markdown
Configuration for in-process background task execution.
Summary
Types
@type t() :: %Spikard.BackgroundTaskConfig{ drain_timeout_secs: non_neg_integer(), max_concurrent_tasks: non_neg_integer(), max_queue_size: non_neg_integer() }
Configuration for in-process background task execution.