EizFeren

Results 4 issues of EizFeren

## Description Queue doesn't process job after adding it - I've checked redis, and there was job data, but queue didn't process that job. ## Minimal, Working Test code to...

BETTER DOC

I want to make wizard same as example below, but using `nestjs-telegraf` decorators. Is it possible? ```js const stepHandler = new Composer(); stepHandler.command('next', (ctx) => { ctx.wizard.next(); }); const wizard...

### Description I've got a strange bug, when my custom decorators are stopping each other even with `stopAtFirstError` option set to `false`. Perharps standard class validator default decorators working as...

type: fix
status: needs triage

### Issue Can't use Digital Ocean Redis instance with `SSL_VERIFY_NONE`. When client does request to redis instance, this request doesn't respond few minutes without error. If you know how it...