I was trying to create a webapp which have a requirement to schedule some jobs basis on user actions. Jobs should run on the exact time defined. What is the best way to do it considering that the job will run once at the expected time and then wont run again…