Hello there,
I deployed a Java 8 Spring boot app on Google App Engine cloud. The app runs fine on the cloud, but for some reason, I don't see any scheduled cron jobs in the cron dashboard. Screenshot attached.
It's blank, no scheduled jobs.

I am not sure why.
I have a cron.xml file with several cron jobs in the WEB-INF folder. In the local dev environment, I used POSTMAN client to test the code which is supposed to be triggered by CRON Jobs.
The code is being triggered fine. Also, I see no CRON tab in the local GAE Dashboard. Screenshot attached.

Any suggestions would be appreciated.