-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI to Move, Merge, and Delete Contacts #229
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work 🍞 @kennsippell - Thank you for the careful refactoring !
I’ve also tested the changes thoroughly, and everything works as expected.
Just a few minor suggestions that you can ignore if not necessary for the moment.
src/worker/main.ts
Outdated
import { WorkerConfig, checkRedisConnection } from '../config/config-worker'; | ||
|
||
(async () => { | ||
const { moveContactQueue, redisConnection} = WorkerConfig; | ||
await checkRedisConnection(); | ||
MoveContactWorker.processQueue( | ||
ChtConfWorker.processQueue( | ||
moveContactQueue, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chtConfQueue
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think this was addressed when i renamed the queue? is that what you're referring to here?
Fix for #162
Backend Changes
Nav Menu:
Merge Screen