NodeJS Bull Stop the queue jobs on a job failed
问题 I have multiple Bull Queues in my NodeJS project which will run if previous queue is executed successfully. I'm trying to verify some email addresses here. Check the Email format (formatQueue) Email Existence using npm email-existence package (existenceQueue) The formatQueue is less time taking process, which wil run the RegEx and validate the Email format. but The email-existence package takes around 5-10 seconds to complete. formatQueue and existenceQueue works properly if there are less