how to remove auto complete in nodejs #2732
flukewhyz1
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
const Queue = require('bull');
//database and util
const sharedConfig = require('../config/bull.config');
// Create Bull queues
const getBalanceQueue = new Queue('get_balance_queue', sharedConfig);
const updateBalanceQueue = new Queue('update_balance_queue', sharedConfig);
Beta Was this translation helpful? Give feedback.
All reactions