Click here to Skip to main content
16,022,413 members

Comments by RuSho123 (Top 2 by date)

RuSho123 20-May-24 5:45am View    
Yes it needs to happen when the site is running.
DoProcess is a short DB access and logic method.
RuSho123 20-May-24 5:44am View    
The above code is already in BackgroundService. in that service we need to trigger calls to DoProcess multiple times , each time a with different delay before calling the DoProcess.

If current time is 14:00:00

DoProcess(1) - should execute at 14:00:50.
DoProcess(2) - should execute at 14:00:20.
DoProcess(3) - should execute at 14:05:20.
DoProcess(4) - should execute at 14:03:00.
etc...