pull/2899/head
Ayrat Badykov 5 years ago
parent 48c18b135a
commit f80b2ff254
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 2
      apps/indexer/lib/indexer/buffered_task.ex

@ -438,7 +438,7 @@ defmodule Indexer.BufferedTask do
end
# get more work from `init/2`
defp schedule_next(%BufferedTask{poll: true} = state) do
defp schedule_next(%BufferedTask{poll: true, bound_queue: %BoundQueue{size: 0}} = state) do
do_initial_stream(state)
end

Loading…
Cancel
Save