I read google cloud scheduler to schedule my batch pipeline. https://cloud.google.com/scheduler/docs/quickstart
I want to run batch pipeline once in a day. I read that "APP ENGINE" can schedule pipeline. I tried to find out in stack-overflow and google, however I did not find how exactly app engine can schedule batch pipeline? Is there any other way for scheduling batch pipeline using cloud scheduler? One way i found out that keep pipeline running and every hour drop pub-sub message using cloud scheduler and run the job. But this is expensive and inconvenient operation.
I want to now how exactly app engine can help to schedule batch pipeline. Thanks in advance