Post not getting cleared off queue on localhost

1 view
Skip to first unread message

Lal

unread,
Dec 25, 2009, 12:18:16 PM12/25/09
to jaikuengine-discuss
When running locally, on making a post, http://localhost:8080/_ah/admin/tasks?queue=default
shows a queued task. It never gets processed though even after ETA
passes.

I tried accessing /api/process_queue?secret=SECRET and /_ah/queue/
default to call api.views.api_vendor_queue_process and
Which api.views.api_task_queue. None of these clear the queue. In fact
all subsequent call from first are deprecated and second expects
params in request, which are not there. Not sure if that is the place
to look at.

How to get posts working (post appearing on a follower's page) on
local machine?

The app works fine when deployed on appengine. What am I missing on
localhost?

Thanks,
Lal

Adewale Oshineye

unread,
Dec 26, 2009, 7:41:10 AM12/26/09
to jaikuengi...@googlegroups.com
2009/12/25 Lal <lalp...@gmail.com>:
Do you know about this:
http://code.google.com/appengine/docs/python/taskqueue/overview.html#Task_Queues_and_the_Development_Server
which says that you have to manually process queued items on the
development server?

Do you also know about: http://localhost:8081/_ah/login which lets you
login as an Adminstrator? Only administrators can manually trigger
queued items.

Reply all
Reply to author
Forward
0 new messages