Manuel Astudillo
Manuel Astudillo
There is no such service AFAIK. Wouldn't be very hard to port the bull one though since the APIs are so similar.
It should be possible to use our OpenTelemetry implementation with Prometheus: https://prometheus.io/docs/guides/opentelemetry/ But not sure if spans and traces are something useful for prometheus, or we need to add some...
> > The OTEL SDK has support for prometheus https://opentelemetry.io/docs/languages/js/exporters/#prometheus It works without any code changes. Have you considered this option as well? This option will not require any change...
I think that without really knowing why webpack is returning a promise when doing a dynamic import, I am going to be reluctant to implemente the proposed solution... it could...
@dzmm in the code you pasted in the beginning of the issue I can see a "pb" field actually. @roggervalf is right in that this data is still not being...
This has been released now.
ChatGPT told me the following: "Based on the detailed information you’ve provided, the error you’re encountering stems from using AWS ElastiCache Redis Serverless, which has certain limitations compared to standard...
I will keep this open as an enhancement as moving to pure Lua scripts is a long term goal anyway, as it is more robust than using multi/exec from a...
@bowenzhou222 EVAL and EVALSHA works, but what does not work is calling these commands within a multi/exec Redis transaction. However I cannot find where this is stated, nor where it...
The PR that was just merged should resolve the issue with failed jobs and lock extension, however some features will not work yet, such as flows and add bulk which...