GCP Cloud Scheduler job for App Engine HTTP target is timing out after 10 minutes
问题 I have an App Engine app and I had some App Engine cron jobs in it which was taking longer than 10minutes and hence failing(due to the limitation of App Engine cron job max time being 10min). I decided to move it to Cloud Scheduler and created a job with App Engine HTTP target with below parameters. (attempt-deadline is the parameter where I tried to increase the time) gcloud beta scheduler jobs create app-engine daily-import --schedule="0 */3 * * 1" --attempt-deadline=21600s --version="test