Replies: 1 comment
-
Definitely not needed to close in order to add jobs to the queue... something else going on. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Taking the following simple example. The relevant entries were being added to Redis but the process itself wasn't completing until I manually added
testQueue.close();
. Other than the reference document letting me know this function exists and a bit of trial and error no examples actually stated that you should close the queue after adding an item.Is this implementation correct or have I missed something else? If it is correct then maybe consider this as a suggestion to update the documentation.
Beta Was this translation helpful? Give feedback.
All reactions