Documentation ¶
Overview ¶
Package taskqueue provides a utility for taskqueue
Index ¶
Constants ¶
View Source
const LoggerKey = "gae.taskqueue"
Variables ¶
View Source
var Add = taskqueue.Add
Add is a wapper for google.golang.org/appengine/taskqueue.Add
Functions ¶
This section is empty.
Types ¶
type PushQueue ¶
type PushQueue struct { Name string BucketSize string MaxConcurrentRequests string Rate string RetryLimit string AgeLimit string MinBackoffSeconds string MaxBackoffSeconds string MaxDoubling string Target string }
PushQueue is a struct to define push queue.
func (*PushQueue) RequestValidator ¶
RequestValidator returns a web.Handler to validate the request targets the task or not. This is useful for handlers throttled via PushTask.
Click to show internal directories.
Click to hide internal directories.