ExBifrost.Application (ex_bifrost v0.1.0)

Copy Markdown View Source

OTP application for ExBifrost.

Starts the Finch HTTP connection pool used by the default ExBifrost.Connection adapter.

Pool settings can be tuned via application configuration:

config :ex_bifrost,
  pool_size: 25,
  pool_count: 1,
  connect_timeout: 5_000