-1

Need cron expression for Hangfire jobs runs at every 2 hour between 12pm to 9pm starting from 12.05,2.05,4.05PM

  • See `man crontab` or examples, e.g. https://stackoverflow.com/q/16352399/10622916. It would be easier for us if you showed your (possibly non-working) solution. You can [edit] your question to do this. – Bodo Aug 09 '21 at 12:55
  • Questions about operating systems, their utilities, networking and hardware, are off topic here. [What topics can I ask about here?](https://stackoverflow.com/help/on-topic). Please delete this and ask, instead, on https://unix.stackexchange.com/ or, in this case, https://askubuntu.com/ – Rob Aug 10 '21 at 09:22

1 Answers1

0

You can set(source):

5 0,2,4,6,8 * * * <your_job>