google app engine - Consuming tasks from GAE Task Queue -
i use task queue app in gae. know (according task queue documentation , api), can add tasks push queue, , being consumed automatically app. in pull queue, can add tasks, , tasks being consumed automatically according scaling properties handle.
i know whether there ability consume tasks task queue (push or pull queues), when want calling consume-like method?
thanks
i think misunderstood how push , pull task queues works. in both queues add tasks queue, while in push queue system dequeue task , assign apropriate handler in pull queue need dequeue task(s) using lease_tasks , handle task.
Comments
Post a Comment