Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support post-pending a tag on the urls used in a pipeline #15

Open
ckurz-va opened this issue Jan 30, 2015 · 0 comments
Open

Support post-pending a tag on the urls used in a pipeline #15

ckurz-va opened this issue Jan 30, 2015 · 0 comments

Comments

@ckurz-va
Copy link

For DevOps purposes, we had added functionality to the deferred library to allow a task to be queued with additional information added to the task url (eg: normal task queues to "_ah/queue/deferred". We add a tag that queues it to the url "_ah/queue/deferred/BackendTaskOne"). This works because the deferred library routes are defined to just accept ".*" on your deferred mapping. With an application that uses a lot of deferred tasks, this makes path a very useful means to determine what deferred work is causing issues.

I would like similar functionality in the pipeline library. All calls to a pipeline result in the path "/mapreduce/pipeline/run" which makes it difficult to track on the app engine dashboard which pipeline is causing errors. The pipeline routes are defined as "/pipeline/run". I would propose they be defined as "/pipeline/run.*" which would allow for a custom tag to be post-pended on the path, making tracking easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant