I think you’re looking for “* * * * *”. Also, there’s a helper class that will help you construct your cron expressions in the Hangfire namespace Cron class. So, you could do this:
RecurringJob.AddOrUpdate(newJob.Name, () => _schedulingEngine.SendCommands(JobCancellationToken.Null, newJob), Cron.Minutely());