I am currently designing a web application that will allow users to schedule tasks which will be executed against an HTTP API (on behalf of them). The tasks can be recurring and the minimal time resol
I have a iPhone app that has a queue of pictures to upload to a web server. The question is: How to create a IBAction to stop the uploads? Here\'s a snippet of my code:
I\'ve got a situation where I want to make 1000 different queries to the datastore, do some calculations on the results of each individual query (to get 1000 separate results), and return the list of
I have a cron job everyday to make a call to an API and fetch some data. For each row of the data I kick off a task queue to process the data (which involves looking up data via further APIs). Once al
I have a Python GAE app. I want my tasks to stop running or just retry once if they fail. Right now, they run forever despite what my yaml file is telling them!
I am seeking advice on a project I have been assigned and I\'m looking to see how it\'s done \"professionally,\" or any suggestions that can lead me to the right direction.
I\'m writing an app that needs to run a task at a specific moment in time so I am planning to use Quartz.NET for this. The task that needs to run though, has multiple steps, some of which could be a l
I am using Task Queue in GAE for performing some background work for my application. I have come to know that there is a 10 minute time limit for a particular task. My concern is how do I test this th
I am trying to achieve the above on the google apps engine, and was wondering if anyone knows of a project that this has already been done? or an example?
What is the encoding of a HTTP POST body called from the AppEngine TaskQueue service? If I create a task via TaskOptions#payload(byte[], String), what will the encoding of the HTTP request body be?