what is the error in the logs when the task fails? what is the URL
shown in the task list? something is either amok with the URL itself,
or something is causing that function to fail when called via the task
queue.
On 2/13/12 20:05 , Saurabh S wrote:
It worked when I passed a different controller in the url other than
the one it is being called from.
It is production.
I checked the task queue it simply retries continuously if the same
controller is provided.
No params is not a mandatory argument to takqueue.add() I guess.
Because it does not throw any syntax error if not provided.
On Feb 10, 8:52 pm, howesc<how...@umich.edu> wrote:
some questions/thoughts:
- local test server or production?
- did you check the task queue? in production go to the admin console and
find the task queues link. in local test go to /_ah/admin and find the
task queue link
- is params a required argument to taskqueue.add()? i don't know if i
always use it cause i need it or cause it is required.