-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
appengine/taskqueue/pull-counter Needs Worker Tests #254
Comments
theacodes
pushed a commit
that referenced
this issue
May 16, 2016
Change-Id: I65d943bd0ecba1251d46e1d028722bbf685e0251
yoshi-automation
added
🚨
This issue needs some love.
triage me
I really want to be triaged.
labels
Apr 6, 2020
msampathkumar
pushed a commit
that referenced
this issue
Nov 9, 2022
Source-Link: googleapis/synthtool@1b71c10 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
8 tasks
msampathkumar
pushed a commit
that referenced
this issue
Nov 9, 2022
Source-Link: googleapis/synthtool@1b71c10 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
8 tasks
msampathkumar
pushed a commit
that referenced
this issue
Nov 14, 2022
8 tasks
dandhlee
pushed a commit
that referenced
this issue
Nov 15, 2022
Source-Link: googleapis/synthtool@1b71c10 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
8 tasks
telpirion
pushed a commit
that referenced
this issue
Nov 16, 2022
msampathkumar
pushed a commit
that referenced
this issue
Nov 17, 2022
Source-Link: googleapis/synthtool@1b71c10 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
msampathkumar
pushed a commit
that referenced
this issue
Nov 17, 2022
Source-Link: googleapis/synthtool@1b71c10 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
8 tasks
dandhlee
pushed a commit
that referenced
this issue
Nov 17, 2022
Source-Link: googleapis/synthtool@1b71c10 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
dandhlee
pushed a commit
that referenced
this issue
Nov 18, 2022
8 tasks
telpirion
pushed a commit
that referenced
this issue
Jan 18, 2023
* Add sample code for using regional dialogflow endpoint * Update comment * udpate some styles based on last round of reviews * run blacken to reformat files and update remaining string formatting Co-authored-by: Ye Yuan <yuanye@google.com>
8 tasks
dandhlee
pushed a commit
that referenced
this issue
Feb 6, 2023
* Add sample code for using regional dialogflow endpoint * Update comment * udpate some styles based on last round of reviews * run blacken to reformat files and update remaining string formatting Co-authored-by: Ye Yuan <yuanye@google.com>
telpirion
pushed a commit
that referenced
this issue
Mar 13, 2023
* Add sample code for using regional dialogflow endpoint * Update comment * udpate some styles based on last round of reviews * run blacken to reformat files and update remaining string formatting Co-authored-by: Ye Yuan <yuanye@google.com>
cojenco
pushed a commit
that referenced
this issue
Apr 12, 2023
dandhlee
pushed a commit
that referenced
this issue
Apr 13, 2023
Avani-Thakker-Crest
pushed a commit
to Avani-Thakker-Crest/python-docs-samples
that referenced
this issue
Apr 14, 2023
Avani-Thakker-Crest
pushed a commit
to Avani-Thakker-Crest/python-docs-samples
that referenced
this issue
Apr 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The app in appengine/taskqueue/pull-counter has a worker that is run as a separate module using the worker.yaml. It listens on /_ah/start and then enters an infinite loop pulling from the pull taskqueue and pushing to datastore.
Currently the test just tests the post and addition to the queue, but not the worker function.
The text was updated successfully, but these errors were encountered: