Send feedback
Module: google.appengine.api.croninfo
CronInfo tools.
A library for working with CronInfo records, describing cron entries for an
application. Supports loading the records from yaml.
Classes
class AttemptDeadlineValidator : Checks that attempt deadline can be correctly parsed.
class CronEntry : A cron entry describes a single cron job.
class CronInfoExternal : CronInfoExternal describes all cron entries for an application.
class GrocValidator : Checks that a schedule is in valid groc format.
class MalformedCronfigurationFile : Configuration file for Cron is malformed.
class RetryParameters : Retry parameters for a single cron job.
class TimezoneValidator : Checks that a timezone can be correctly parsed and is known.
Functions
LoadSingleCron(...) : Load a cron.yaml file or string and return a CronInfoExternal object.
Other Members
ATTEMPT_DEADLINE
'attempt_deadline'
CRON
'cron'
DESCRIPTION
'description'
JOB_AGE_LIMIT
'job_age_limit'
JOB_RETRY_LIMIT
'job_retry_limit'
MAX_BACKOFF_SECONDS
'max_backoff_seconds'
MAX_DOUBLINGS
'max_doublings'
MIN_BACKOFF_SECONDS
'min_backoff_seconds'
RETRY_PARAMETERS
'retry_parameters'
SCHEDULE
'schedule'
SERVER_ID_RE_STRING
'(?!-)[a-z\\d\\-]{1,63}'
SERVER_VERSION_RE_STRING
'(?!-)[a-z\\d\\-]{1,100}'
TARGET
'target'
TIMEZONE
'timezone'
URL
'url'
groc
None
groctimespecification
None
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-16 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[],[]]