this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Call get_shards after delay

garrison 3f6dc5f3 c5ccd2cd

+1 -1
+1 -1
lib/transaction.ex
··· 117 117 {:ok, _map} = read_result -> {:halt, read_result} 118 118 # Shard information is outdated, retry get_shards 119 119 {:error, :storage_pids_unknown} = error -> {:cont, nil, error} 120 - {:error, :wrong_server} = error -> {:cont, get_shards.(), error} 120 + {:error, :wrong_server} = error -> {:cont, nil, error} 121 121 # These are retryable, retry with the same shards 122 122 {:error, :timeout} = error -> {:cont, shard_result, error} 123 123 {:error, :read_version_too_new} = error -> {:cont, shard_result, error}