Enzo Volkmann

Results 7 comments of Enzo Volkmann

Hi @andreasonny83, since this lib seems to be discontinued unfortunately, I took the time to rewrite this library to angular 9. I also removed much of the opinionated behaviour, hence...

Hi @stevenlauwers22, since this lib seems to be discontinued unfortunately, I took the time to rewrite this library to angular 9. I also removed much of the opinionated behaviour. Maybe...

@HelainSchoonjans You are right, it says so in the peer dependencies. I will change that in a moment and go back to v8. I did expect v9 to arrive earlier,...

@HelainSchoonjans I did not fork it, because I wanted to get rid of the opinionated styling. It was easier to take only the useful parts of the logic and refactor...

> @HelainSchoonjans You are right, it says so in the peer dependencies. I will change that in a moment and go back to v8. I did expect v9 to arrive...

@zebkailash I personally use a shared redis instance for multiple apps/services and I use different queues for differnet topics. That way you can point arena to a single redis instance...

It is also possible to workaround the issue by adding the `@dynamic` JSDoc to the class that causes the problem. ```ts /** * @dynamic */ @Component() export class MyComp {}...