Hangfire Console Application Trigger

I’m working on .net 7 console background processing application with schedule to run on every 5 min daily. Its working fine if i run the application manually. How can i invoke/start the application in the production box? Do i need to create task schedular the run the application or create window service? Please advise.