See: 
https://developers.google.com/appengine/docs/java/backends/overview#Addressing_Backends

A backend instance can be targeted with HTTP requests to 
http://[instance].[backend_name].[your_app_id].appspot.com, or at your 
application's custom domain. If you target a backend without targeting an 
instance using http://[backend_name].[your_app_id].appspot.com, App Engine 
selects the first available instance of the backend.

You can call your backend script by 
http://yourbackendname.yourappid.appspot.com/cron/your_job

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/ngfH0qNLJB4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to