Skip to main content

All Questions

Tagged with
0 votes
0 answers
20 views

how to divide app engine cron job over multiple instances

I have a cron job that edits images, but because RAM memory is limited I would like to divide the task over numerous instances. To keep things safe I’m checking the request header for “X-Appengine-...
user1753782's user avatar
0 votes
1 answer
137 views

How do I disable GCP App Engine Cron Jobs?

I have an old Java (Maven) App Engine application in GCP and want to disable the "App Engine Cron Jobs" Changes to src/main/webapp/WEB-INF/cron.xml are ignored by the appengine-api-1.0-sdk (...
Matt's user avatar
  • 31
0 votes
2 answers
75 views

How to handle cpu intensive operations in google app engine server?

I have cron job that triggers an api in my node.js server hosted in google app engine. This route iterates over an array of 800 objects and for each object we perform various api calls to db and some ...
Sharon Shelton's user avatar
0 votes
0 answers
59 views

App Engine missing resources Basic Scaling

Right after deploying my code to App Engine cron jobs run fine. 10 hours later, at night I start getting issues like NoClassDefFound or IllegalArgumentException that both point out missing resources ...
user101010's user avatar
0 votes
2 answers
262 views

App Engine Cron Job Does Not Show Up After Uploading

I followed the guide to create and upload a cron job for my GAE project. It looks like it works but does not show up in Cloud Scheduler. Here's the output when I run gcloud app deploy cron.yaml: ...
JustADude's user avatar
  • 125
0 votes
1 answer
189 views

How to make gcp schedule execute tasks at a specific time every hour?

How to set schedule as "every 1 minutes from every hours from HH:10 to HH:15"? I want the task to be executed at a specific time every hour, but gcp doesn't seem to support it. In a nutshell,...
Peter's user avatar
  • 13
0 votes
2 answers
184 views

Cron always fails and manual execution always succeeds. How?

I have a job that runs calculations nightly and stores results in sqlite files google storage. The scheduled task always succeeds when I manually run. It always fails when cron (Google Cloud Scheduler)...
Darian Hickman's user avatar
1 vote
1 answer
1k views

Google Cloud cron.yaml Intervals

I'm trying to customise a cronjob to schedule run a function in Google Cloud. I've been reading the documentation and as per title, one thing confuses me. The documentation mentions that every prefix ...
Erik's user avatar
  • 256
2 votes
0 answers
335 views

Google Cloud Scheduler client does not list App Engine Cron Jobs

I'm currently scheduling Jobs with cron.yaml in Google App Engine standard python3 environment. I need to show the users the last status of one of these job. I tried python3's google-cloud-sheduler ...
neurino's user avatar
  • 12.2k
2 votes
1 answer
982 views

Cloud Scheduler (Cron Job) triggered a Google Cloud Function on a wrong time

Currently I have a function deployed in Google Functions, which is triggered by a Cron Job using Cloud Scheduler in Google Cloud Platform. The Cron Job Frequency in unix is the following: 0 9 1-7,15-...
Jhony Chu's user avatar
1 vote
4 answers
263 views

App Engine Cron Tasks fail with no entries in log. How to debug?

I recently updated my cron.yaml file and now my cron tasks fail with no entries in the logs. It is acting like the java servlet at the url is not being run. I can paste the url into a browser and the ...
Bruce Wilcox's user avatar
1 vote
3 answers
475 views

How can I specify App Engine host when creating App Engine Cron jobs?

I have been managing cron jobs in a Google App Engine project without trouble until now but I've been unable to add a new cron job in the last few days. I have noticed that the old dashboard, "...
brettski's user avatar
2 votes
0 answers
288 views

Setting up Google App Engine cron job logs

I'm wondering how to set up logging for Google App Engine cron jobs. I haven't found any information about this specific topic in the App Engine documentation. There's a page https://console.cloud....
mvlabat's user avatar
  • 607
0 votes
1 answer
151 views

Unsure how to configure WSGI handler/Flask to enable cron job in Python/App Engine

I have the following code which works successfully when I deploy it on App Engine. Except I want to run it with a cron. import pandas as pd import requests from flask import Flask app = Flask(...
Mark McGown's user avatar
  • 1,065
1 vote
1 answer
357 views

Google App Engine Cron Job target does not use correct url

I have a problem getting a cron job to correctly target a specific service on the Google App Engine Standard for a python app. I can successfully create a cron job for a python app on Google App ...
Pomeroyd's user avatar

15 30 50 per page
1
2 3 4 5
28