I want to schedule a hangfire recurring job at an interval of 23 hours starting from 8 AM UTC.
Example:
- First time, Job will run at 8 AM UTC.
- Next day, Job will run at 7 AM UTC.
- Next day, Job will run at 6 AM UTC and so on...
I need to create cronString for this hangfire recurring job.
question from:https://stackoverflow.com/questions/65933036/hangfire-recurring-job-scheduler