···3535 end
36363737 def run(%Eval.Request{} = req, opts) do
3838- {:ok, pid} = GenServer.start_link(Eval, {req, opts} |> dbg())
3838+ {:ok, pid} = GenServer.start_link(Eval, {req, opts})
39394040 # set a 10 hour timeout for the genserver
4141 # if this timeout is exceeded the child process may not be killed