I'm receiving a 302 response for Task Queues on Google App Engine (Standard), only in production. My local environment processes them fine. (dev_appserver.py) I'm running Laravel 4.2.
I've created a queue.yaml file and deployed that as well
queue:
- name: default
rate: 1/s
retry_parameters:
task_retry_limit: 3
My route for tasks looks like
Route::post('tasks', array('as' => 'tasks', function(){
return Queue::marshal();
}));
Log
2018-08-31 12:30:09.256 EDT
POST
302
1,003 B
407 ms
AppEngine-Google; (+http://code.google.com/appengine)
/tasks