chess
chess copied to clipboard
feat: adds Worker to publish the addMoveToDb improving latency
- [x] creates worker to offload the insert move process, uses redis queus
- [x] containerizes the worker
- [x] builds the db module
Made those changes @hkirat