I would like to address such a issue: I have a HTML form (like register form) which submission sends email. Now I send it as a part of page request. Obvious drawbacks:
I\'m implementing a task queue with Amazon SQS ( but i guess the question applies to any task-queue ) , where the workers are ex开发者_开发知识库pected to take different action depending on how many t
I\'m trying to build and debug my first GAE application and have already benefited from the awesome support of Stackoverflowers to get where I am in having tasks being processed on the default queue.
I\'m developing an app for GAE and trying to use Task Queues. At present, I just have the thing running on my Windows box through GAE App Launcher but whenever I try to enqueue anything, the developme
I\'m trying to migrate an app that I have done with servlets. I configur开发者_如何学JAVAed now Spring. The problem is that the enqueued tasks stopped
is there a way to handle any soft deadline while executing a task ? The DeadlineExceededError is thrown after 10 minutes of execution and I am given few seconds after that to do some stuff.
Is it possible to programmatically query the Task Queue API to see how many tasks are currently executing/pending?
This is a problem where my app experiences occasional CPU limit peaks on a site in which almost all of the work is done as a result of a cron task which runs frequentl开发者_StackOverflow社区y every h
Is it possible to set the http request status to 200 even if the system throws 500? I have a task which is running. When GA开发者_JAVA百科E throws http request 500 i want to manually set it to 200 at
i need an open-source java API or framework for processing items in a queue. i can开发者_开发百科 develop something myself, but do not want to re-invent the wheel (and i don\'t have much experience in