Cinder.Table count timeout not working as expected
Hey @sevenseacat i saw that there was a new version with fixes for the timeout and this issue was closed (https://github.com/sevenseacat/cinder/issues/7)
But i'm still getting the same error even when setting the
Idk how exactly the count is handled in Cinder but in Ash there is a way to automatically ask for count? Im trying to understand how it reaches the function in the stack trace, there is a
But i'm still getting the same error even when setting the
query_opts={[timeout: :timer.seconds(20)]}Idk how exactly the count is handled in Cinder but in Ash there is a way to automatically ask for count? Im trying to understand how it reaches the function in the stack trace, there is a
Task.await without opts so that is where the timeout 5000 is coming from, these defaults https://hexdocs.pm/elixir/Task.html#await/2