-
Hey,
we recently migrated a Phoenix application from Cowboy to Bandit, following the recommendation of the Phoenix framework for future projects.
After the transition, we have observed an increase i…
-
Who would run Redis without it? See [here](https://github.com/ananthakumaran/redix_sentinel)
-
I want to use hammer via redis, but if I configure it as in the docs, I have to specify my redis host and password at compile time, which I absolutely don't want to do.
What I ended up having to do…
-
I have a job that gets dispatched to a queue inside a supervisor that has 20 workers assigned to it to handle large concurrency. There seems to be an issue (race condition maybe?) whereby a single dis…
-
**Describe the bug**
I am having a specific problem on the production application where it does not show any database operations under `Databases` view. When I query raw data on `apm.service.datastor…
-
I am attempting to disable certification "by passing verify: :verify_none in the socket options" as outlined in the [Redix docs](https://hexdocs.pm/redix/Redix.html#module-ssl), however, specifying th…
-
I noticed that when SRH is unable to connect to redis, it does not return an error, making the `@upstash/redis` client return nothing, but not throw an error.
In the SRH logs, I see this:
```
17:…
-
### Elixir and Erlang/OTP versions
Erlang/OTP 26 [erts-14.1.1] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit]
Elixir 1.15.7 (compiled with Erlang/OTP 26)
### Operating system
…
-
We run our application at Fly.io, and so all our networking is IPv6. As such we do (something like) the following:
```elixir
{:ok, conn} = Redix.start_link(redix_url, name: :my_redix, socket_opts:…
-
typescript throwing "Property 'className' does not exist on type 'DialogPortalProps'"
when using shadcn SheetPortal component
![image](https://github.com/shadcn-ui/ui/assets/64439076/37c02976-04d1-…