I am using nodejs, expressjs, MySQL & ReactJS technology in my project & I have one criteria that for stored date & time column we need to trigger event & notify user for it. We thought to use scheduler, which will run every second & compare current time with date-time column. But, for high scale database, we are thinking this solution can create performance issue. Please provide some suggetions or useful framework or logic for it.