Index: go/src/infra/gae/libs/gae/memory/taskqueue_data.go |
diff --git a/go/src/infra/gae/libs/gae/memory/taskqueue_data.go b/go/src/infra/gae/libs/gae/memory/taskqueue_data.go |
index 3e96e4fa7891a1162b9918edf8c8f85cdc3456d8..bfdda8472052d15e7c4b441420fb0f93844753c9 100644 |
--- a/go/src/infra/gae/libs/gae/memory/taskqueue_data.go |
+++ b/go/src/infra/gae/libs/gae/memory/taskqueue_data.go |
@@ -136,7 +136,7 @@ func (t *taskQueueData) prepTask(c context.Context, ns string, task *gae.TQTask, |
toSched := dupTask(task) |
if toSched.Path == "" { |
- return nil, "", errors.New("INVALID_URL") |
+ toSched.Path = "/_ah/queue/" + queueName |
} |
if toSched.ETA.IsZero() { |