Error at Hangfire.RecurringJobManager.AddOrUpdate(String recurringJobId, Job job, String cronExpression, RecurringJobOptions options)

Hi,
We are using Hangfire(version 1.7.5) for configuring a recurring job in startup of the application.
All of a sudden the Production version started throwing the error “Query processor could not produce a query plan because of the hints defined in this query. Resubmit the query without specifying any hints and without using SET FORCEPLAN.” .The stack trace of the error points to this method at Hangfire.RecurringJobManager.AddOrUpdate(String recurringJobId, Job job, String cronExpression, RecurringJobOptions options)
The Job is running fine in lower environments so now its a challenge to troubleshoot this issue .Need help on this asap.