Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

212
Views
Cloud Tasks are stuck in queue and are not executed

I am using Cloud Functions to put tasks into Cloud Tasks Queue and invoke a service (worker) function. Both the task generator and task Handler functions are deployed to Cloud Functions. I am using App Engine application where worker function is executed. This is my task generator:

const task = { appEngineHttpRequest: {
        
            httpMethod: 'POST',
            relativeUri : '/taskHandler'}, 
 const [ response ] = await tasksClient.createTask({ parent: queuePath, task })

When I run trigger the task generator function via HTTP trigger in Postman, the task is added to the queue but it stays there forever. The queue looks like this:

enter image description here

The logs of the handler task show it was never triggered. My task generator cannot reach task Handler. I am guessing the problem is with the relativeUri parameter. I don't know if I have set it correctly. The logs of task in queue looks like this:

enter image description here

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!