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

[Cloud Tasks] Add Http Push Queue Sample #2046

Merged
merged 11 commits into from
Apr 10, 2019
Merged

[Cloud Tasks] Add Http Push Queue Sample #2046

merged 11 commits into from
Apr 10, 2019

Conversation

averikitsch
Copy link
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 14, 2019
@averikitsch
Copy link
Contributor Author

Test projects will have to be granted permission or wait until whitelisting is off.


runtime: python
env: flex
entrypoint: gunicorn -b :$PORT main:app
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we change this to "gunicorn -b :$PORT --threads=4 main:app" to ensure the user does not run into concurrency issues while dealing with asynchronously triggered tasks?

@averikitsch averikitsch added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 10, 2019
@averikitsch averikitsch merged commit 014d40b into master Apr 10, 2019
@averikitsch averikitsch deleted the http-tasks branch April 10, 2019 17:18
@averikitsch averikitsch removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 16, 2019
arithmetic1728 pushed a commit to googleapis/python-tasks that referenced this pull request Sep 2, 2020
…m/python-docs-samples#2046)

* Http push queue sample

* Updates to requirements and license

* update comments

* Update app.yaml

* update readme

* fix versioning errors

* linting error fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants