Hey Everyone, I'm reposting this to the proper channel.
Expected
I'm attempting to have my Ktor app's main method run automatically once deployed to AppEngine, similar to how a Jars main method runs when uploaded to AppEngine.
Actual
Currently the Ktor application's main method is only called when the app's hosted route is called: https://[yourProjectName].appspot.com.
In the applications's main method is logic to retrieve content from an API request based on a Timer and save that information to a Firestore database which a client consumes. The goal is to have this task running continuously.
Thanks for the help! 🙂