tide v0.3.1 Tide.Server behaviour View Source
The Tide.Server
is similar to GenServer
but create a Ruby worker pool.
You can create your own supervisor with
defmodule MyApp.Supervisor do
use Tide.Server
def size(), do: Application.get_env(:tide, :workers, 4)
end
Link to this section Summary
Link to this section Functions
Pick a worker and emit event
Pick a worker and exec event
Link to this section Callbacks
Set the max overflow worker
Set the worker size