Skip to content

Instantly share code, notes, and snippets.

@Harrisonl
Created April 25, 2016 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Harrisonl/1156ec7ce4f48c686d8e92b03658705f to your computer and use it in GitHub Desktop.
Save Harrisonl/1156ec7ce4f48c686d8e92b03658705f to your computer and use it in GitHub Desktop.
** (exit) exited in: GenServer.call(Sherlock.SiteQueue, {:process}, 5000)
** (EXIT) time out
(elixir) lib/gen_server.ex:564: GenServer.call/3
iex(18)>
19:48:27.286 [error] Task #PID<0.207.0> started from Sherlock.SiteQueue terminating
** (stop) exited in: GenServer.call(#PID<0.180.0>, {:scrape, "TITLE"}, 5000)
** (EXIT) time out
(elixir) lib/gen_server.ex:564: GenServer.call/3
(poolboy) src/poolboy.erl:76: :poolboy.transaction/3
(elixir) lib/task/supervised.ex:89: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:40: Task.Supervised.reply/5
(stdlib) proc_lib.erl:240: :proc_lib.init_p_do_apply/3
Function: #Function<1.2890551/0 in Sherlock.SiteQueue.handle_call/3>
Args: []
19:48:27.286 [error] Task #PID<0.208.0> started from Sherlock.SiteQueue terminating
** (stop) exited in: GenServer.call(#PID<0.179.0>, {:scrape, "TITLE"}, 5000)
** (EXIT) time out
(elixir) lib/gen_server.ex:564: GenServer.call/3
(poolboy) src/poolboy.erl:76: :poolboy.transaction/3
(elixir) lib/task/supervised.ex:89: Task.Supervised.do_apply/2
(elixir) lib/task/supervised.ex:40: Task.Supervised.reply/5
(stdlib) proc_lib.erl:240: :proc_lib.init_p_do_apply/3
Function: #Function<1.2890551/0 in Sherlock.SiteQueue.handle_call/3>
Args: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment