Also, figure I should have included the full code for creating the task.
t = taskqueue.Task(url='/batch/performer_external_data', params={'start':
start_datetime_s, 'phase': phase, 'cursor': next_cursor, 'full_scan':
full_scan, 'twitter_lists_only': twitter_lists_only, 'batch_group':
batch_group_number, 'processed': total_processed},
name=task_name,
method='GET')
try:
t.add(queue_name = 'overnight-tasks')
if "X-AppEngine-TaskName" in self.request.headers:
logging.info("Completed task %s; added task %s to queue" %
(self.request.headers["X-AppEngine-TaskName"], t.name))
My app name is mn-live, BTW.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
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.