I have to set up a job manager for the console command that I have created. The console command needs from 20 - 30 minutes to finish. This console command is writing into the database multiple queries and let's assume that it can't be shrink-ed to a less time.
I have all created in Symfony2.8, but I am a really newbie using it. So I enter link description here
All I need is to run this command like a background task. Without touching the frontend of the application. Could anyone help me out ?
Ah, all right. This needs to be done regularly, but on a user/clients request.