Using Cron Expression for Recurring Job

Was getting the Same error on all valid Expressions from CronMaker.

I guess Hangfire uses Crontab according to this thread.
Cron expression for Recurring jobs and it worked for me.

https://code.google.com/p/ncrontab/wiki/CrontabExamples

Experts might shed more light.