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
Describe the bug
My system enqueue all of messages in nodejs, just route to micro service enqueuer, example:
i have multi queue system in sqs, php and im trying to rollout all of this systems to go, but i want to enqueue in node to sqs and golang
I'm queuing a payload from nodejs and asynq can't remove the message
To Reproduce
Steps to reproduce the behavior (Code snippets if applicable):
NodeJS code
Payload in redis by NodeJS
Payload in redis by Golang asynq enqueue
The golang message enqueued by go proccess normally, nodejs message not removed from queue
Message stuck:
The payload as 100% matching, what can i be doing wrong?
Can u help me ?
My go code from server:
Job:
The text was updated successfully, but these errors were encountered:
Describe the bug
My system enqueue all of messages in nodejs, just route to micro service enqueuer, example:
i have multi queue system in sqs, php and im trying to rollout all of this systems to go, but i want to enqueue in node to sqs and golang
I'm queuing a payload from nodejs and asynq can't remove the message
To Reproduce
Steps to reproduce the behavior (Code snippets if applicable):
NodeJS code

Payload in redis by NodeJS
Payload in redis by Golang asynq enqueue
The golang message enqueued by go proccess normally, nodejs message not removed from queue

Message stuck:

The payload as 100% matching, what can i be doing wrong?
Can u help me ?
My go code from server:

Job:

The text was updated successfully, but these errors were encountered: