How do you create a Java long running scheduled task (like every hour) on app engine flexible environment?
The only docs I can find are for standard environment: https://cloud.google.com/appengine/docs/standard/java/config/cron
Is there anything in the platform?