Keep in mind that the app.Cron() is also used for running the system scheduled jobs
like the logs cleanup or auto backups (the jobs id is in the format __pb*__) and
replacing these system jobs or calling RemoveAll()/Stop() could have unintended
side-effects.
If you want more advanced control you can initialize your own cron instance independent from the
application via cron.New().