Implementation architecture(Background process and job scheduler)

When order is placed then delivery guy in 30 Km radius are sent notification. Notification needs to be sent after every 2 min to delivery guys one by one based upon their availability near the delivery spot, unless an order is accepted . Technologies Used : Loopback(Node.js)+Mysql
I am new to redis and needs to implement this scenario.Kindly provide me architecture and data structure help in terms of job scheduler and background process.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.