~nchohan/appscale/zk3.3.4

« back to all changes in this revision

Viewing changes to AppServer/google/appengine/api/taskqueue/__init__.py

  • Committer: Chris Bunch
  • Date: 2012-02-17 08:19:21 UTC
  • mfrom: (787.2.3 appscale-raj-merge)
  • Revision ID: cgb@cs.ucsb.edu-20120217081921-pakidyksaenlpzur
merged with main branch, gaining rabbitmq and upgrades for hbase, cassandra, and hypertable, as well as upgrading to gae 1.6.1 for python and go

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    'TooManyTasksError', 'TransientError', 'UnknownQueueError',
33
33
    'InvalidLeaseTimeError', 'InvalidMaxTasksError',
34
34
    'InvalidQueueModeError', 'TransactionalRequestTooLargeError',
 
35
    'TaskLeaseExpiredError', 'QueuePausedError',
35
36
 
36
37
    'MAX_QUEUE_NAME_LENGTH', 'MAX_TASK_NAME_LENGTH', 'MAX_TASK_SIZE_BYTES',
37
38
    'MAX_PULL_TASK_SIZE_BYTES', 'MAX_PUSH_TASK_SIZE_BYTES',
38
39
    'MAX_URL_LENGTH',
39
40
 
40
 
    'Queue', 'Task', 'TaskRetryOptions', 'add']
 
41
    'DEFAULT_APP_VERSION',
 
42
 
 
43
    'Queue', 'QueueStatistics', 'Task', 'TaskRetryOptions', 'add']