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

Task Queue's? #465

Closed
chadbr opened this issue Oct 19, 2016 · 6 comments
Closed

Task Queue's? #465

chadbr opened this issue Oct 19, 2016 · 6 comments
Assignees

Comments

@chadbr
Copy link

chadbr commented Oct 19, 2016

Are there any plans to support task queues?

(is there a roadmap somewhere?)

Thanks, Chad

@jskeet
Copy link
Collaborator

jskeet commented Oct 19, 2016

My personal understanding - which may well be flawed - is that task queues are only available on AppEngine Standard, and I'm not expecting .NET to run there any time soon. That said, I'll bring this up internally and see what the reaction is, or whether there's another non-AppEngine-specific API which we may be covering. (We have a lot of work already planned for the next year though...)

@chadbr
Copy link
Author

chadbr commented Oct 19, 2016

FWIW, we use Task Queue's pretty extensively to do basic load balancing... Is there some architectural replacement (pubsub?)

Some related issues on the Java side:

googleapis/google-cloud-java#22
googleapis/google-cloud-java#682

@jskeet
Copy link
Collaborator

jskeet commented Oct 24, 2016

(Sorry for the delay - I'm still asking internally.)

@kimsterv
Copy link

Hi Chad,

I'm the product manager of our Task Queues service. I'd like to understand a bit more about your use case. We are about to release a new REST API for Pull Queues with App Engine (push) queues support shortly after. Are you looking to push tasks to GAE endpoints from outside of GAE or something different? What Task Queues features are important to you?

@chadbr
Copy link
Author

chadbr commented Oct 31, 2016

@kimsterv Thanks Kim.

We have a pretty basic needs. We're using push queues to distribute load within AppEngine.

We receive data in pubsub and push it to different task queue's to do different processing tasks.

That's about it really -- the reason I'm asking in the dotnet side is we'd like to be able to start writing some of the processing in C#.

Does that help?

@jskeet
Copy link
Collaborator

jskeet commented Dec 7, 2016

Closing this for now, as it's not really relevant in this repo at the moment.

@jskeet jskeet closed this as completed Dec 7, 2016
@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Apr 6, 2020
@jskeet jskeet removed 🚨 This issue needs some love. triage me I really want to be triaged. labels Feb 1, 2021
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

4 participants