Oleksandr Abelentsev
Oleksandr Abelentsev
When I'm trying to start supervision tree - every child process fails with error ** (EXIT) already started: :undefined Reg tuple - {:via, :gproc, {:n, :g, {module, name}}}
Good evening. Can you help me. I'm using **libcluster** in Kubernetes with the strategy **Cluster.Strategy.Kubernetes** and **libring** for dynamic messaging ``` config :libcluster, topologies: [ feed: [ strategy: Cluster.Strategy.Kubernetes, config:...
Sometimes, the invocation of Swarm.whereis_name/1 takes over 60_000 ms. The total amount of processes registered under is about 20K. All processes have pretty the same name pattern 1) "PH#{number}" 2)...
When I'm sending request to **https://fcm.googleapis.com/fcm/send**, I've got response **{ "message_id": 8112562628833817538}**, which can't be parsed by Pigeon `2019-09-27 18:26:53.745 [error] GenServer #PID terminating ** (FunctionClauseError) no function clause matching...
In case of unexpected redis exception, GenServer crashes without further restart. **First type of error** `(MatchError) no match of right hand side value: {:error, %Redix.ConnectionError{reason: :closed}} (exq) lib/exq/redis/connection.ex:88: Exq.Redis.Connection.lrem!/4 (exq)...
In my last issue I provided error, regarded to mc_cursor **https://github.com/comtihon/mongodb-erlang/issues/200**. Could please some fix it - add to mc_worker.erl one clause `get_database(#getmore{}, ConnState) -> ConnState#conn_state.database;`
Good day. I've got such errors ``` Got unhandled message {:EXIT, #PID, {:function_clause, [{:mc_worker, :get_database, [{:getmore, "bets", 0, 24434158653}, {:conn_state, :unsafe, :master, "dev_db"}], [file: 'service/deps/mongodb/src/connection/mc_worker.erl', line: 220]}, {:mc_worker, :process_read_request, 3,...