n10000k

Results 30 comments of n10000k

Just checked that ticket, it's for creating only. This one is for editing the current job, what's your opinions on it? Like it's something i really need 😆

@felixmosh that would create a whole new job, i guess in this instance i want to keep the existing job and just update the redis value for data

https://github.com/OptimalBits/bull/blob/master/REFERENCE.md#jobupdate Looks like it's supported by bull here ^ Yeah, however if someone has some form of dependency on a job id also might have an issue with creating a...

@felixmosh any idea of an eta for this 🤞🏻

5.5 Is not supported currently

**Alternative solution** This would work a better way instead of executing the extension many times; ```yml projects: Workspaces: schemaPath: src/graphql/Workspaces/schema.json includes: - src/graphql/Workspaces/**/*.ts excludes: - ./amplify/** extensions: amplify: codeGenTarget: typescript...

Thanks for the update @phani-srikar it's a blocker at the moment on my current project 👍🏻

@Baroshem can you add the deployment instructions for people? thanks in advance

Hey @DanielNetzer, We already gave these options a try with no luck :(

@manast Thanks for the reply, Is there a way to define the cluster connection in nestjs for BullMQ? We have this working for Bull currently already. However for BullMQ I...