You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ruscon in config above it says that it should use body (I imagine some hash or base64) as id if none is passed in, why is this required in nestjs-sqs?
I have started using the
nestjs-sqs
library and I didn't understand what should I pass as theid
parameter (nestjs-sqs/lib/sqs.types.ts
Line 37 in 8074714
Message
interface.Should it be a unique value every time I send a task to the queue? If yes, could I use
uuid
to define it?The text was updated successfully, but these errors were encountered: