I have application with 2 modules. In each module I have cron.xml definition of cron job that has sense only for that module. When I gradle appengineUpdateCron from module-1 it overwrites cron jobs for module-2. (GAE console shows Cron tasks only for module that was uploaded the last).
Is it meant to work that way?
Or are we forced to define cron jobs in module that has nothing to do with it in order to have all cron jobs defined in one file? (e.g. defining cron job for module-1 in cron.xml of module-2)