Express v1.3.3 Express.Operations.PoolboyConfigs View Source

Returns poolboy configurations.

Link to this section Summary

Functions

Returns poolboy configuration for the APNS workers. If configuration described in config file - returns it. Returns default configuration otherwise

Returns poolboy configuration for the Buffer adders. If configuration described in config file - returns it. Returns default configuration otherwise

Returns poolboy configuration for the FCM workers. If configuration described in config file - returns it. Returns default configuration otherwise

Link to this section Functions

Link to this function apns_workers() View Source
apns_workers() :: %{config: Keyword.t, name: atom}

Returns poolboy configuration for the APNS workers. If configuration described in config file - returns it. Returns default configuration otherwise.

Link to this function buffer_adders() View Source
buffer_adders() :: %{config: Keyword.t, name: atom}

Returns poolboy configuration for the Buffer adders. If configuration described in config file - returns it. Returns default configuration otherwise.

Link to this function fcm_workers() View Source
fcm_workers() :: %{config: Keyword.t, name: atom}

Returns poolboy configuration for the FCM workers. If configuration described in config file - returns it. Returns default configuration otherwise.