Error to load schedule job

We are using Hangfire 1.7.28 with redis and getting this below error sometimes for recently added jobs:
System.InvalidOperationException: Recurring job can’t be scheduled, see inner exception for details. —> Hangfire.Common.JobLoadException: Could not load the job. See inner exception for the details. —> System.TypeLoadException: Could not load type

Can you please suggest to solve?