SnowflakeEx.SnowflakeConnectionServer (snowflake_elixir v0.1.0) View Source
Connection server for interacting from DBConnection to Snowflake. A GenServer is used to limit the amount of queries that are issued to Snowflake at one time, to prevent it from being overwhelmed.
Keep an eye on the warehouses page in Snowflake to find a concurrency limit that works well for you, and then tweak as required.
The pool size for HTTPoison for snowflake_pool is set to 5 by default.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.