How to Set AutomaticRetry

Hello Sir ,

I have a question How to Set AutomaticRetry Attempts different to different jobs .

I am using below lines to add job

RecurringJob.AddOrUpdate(“Technoicaljob”, () => jobMethodRun(strAPIDomain, jobconfing.JobExecutionThreshold), Cron.Daily);

Waiting for your reply.