How to pull stats from a google cloud tasks queue that has finished? #6009
ollebergkvist
announced in
Announcements
Replies: 1 comment
-
SInce this is an API/environment question, I'm going to transfer this to Discussions. However, I wonder if [this]9https://cloud.google.com/tasks/docs/monitor) is what you're looking for? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to figure out how to pull the following stats from a Google Cloud tasks queue that has finished executing. I'm running a queue Mon, Wed, Fri every week, and I need to get some useful stats once the queue finishes every time.
I can only find this doc: https://googleapis.dev/nodejs/tasks/3.0.2/google.cloud.tasks.v2beta2.QueueStats.html
But I can't pull the needed data from there.
Or do you need to pull this info from logs explorer or another service?
Preferably I want to configure this as a webhook meaning once a queue finishes, it triggers an endpoint that generates this data.
Beta Was this translation helpful? Give feedback.
All reactions