I had very similar needs (that's why i found this old topic) while working on an application with a lot of commands to manage.
I finally made my own bundle to manage execution and queuing of mutiple symfony command (scheduled tasks stored via Doctrine).
Here is the Git repository : CommandSchedulerBundle
I hope it will help someone.
Best regards