Ben Keil
Ben Keil
Any news?
Do you have any thoughts on #63?
Not sure how to handle the configuration part. If we add the new type `:ack_duplicate` you can set e.g. `on_success: :ack` and `on_failure: :ack_duplicate` which makes no sense. Wouldn't it...
Don't get your point. Either you want to ack or you don't. And if you want to ack you can't ack the same message id twice in the same batch,...
You see at the very beginning if it is a duplicate on the message id. Theoretically you can skip the processing at all. What is the purpose of being so...
I think if you misconfigured the queue with a too low visibility_timeout, this could also happen. So I would suggest activate it by default but log an info/warning and/or add...
Why does it need this? It is doing nothing special and it sounds like a security issue to do that.
You need to add `--postcss` to the watchers arguments. ```elixir npx: [ "tailwindcss", "--postcss", "--input=css/app.css", "--output=../priv/static/assets/app.css", "--watch", cd: Path.expand("../apps/playground_web/assets", __DIR__) ] ```
any news on java 17?