GithubHelp home page GithubHelp logo

Comments (5)

kamikazechaser avatar kamikazechaser commented on May 23, 2024

You can use Inspector.GetTaskInfo if ypu know the ID. The TaskInfo returned has verbose info on the task.

from asynq.

Milk-Tang avatar Milk-Tang commented on May 23, 2024

You can use Inspector.GetTaskInfo if ypu know the ID. The TaskInfo returned has verbose info on the task.

Thank you for your reply, but using this cannot avoid only obtaining task that have not yet changed their state in the Handler func .
What I want is the task state after this worker consumption, as well as the retry count and other information

from asynq.

kamikazechaser avatar kamikazechaser commented on May 23, 2024

What I want is the task state after this worker consumption, as well as the retry count and other information

From what I can see TaskInfo contains the state and retried metadata.

How you determine when to collect this info is up to you. You can keep polling in a separate routine (Much easier if you pass your own ID when queueing). You could defer queue another Task which then fetches the TaskInfo within your main handler.

from asynq.

Milk-Tang avatar Milk-Tang commented on May 23, 2024

What I want is the task state after this worker consumption, as well as the retry count and other information

From what I can see TaskInfo contains the state and retried metadata.

How you determine when to collect this info is up to you. You can keep polling in a separate routine (Much easier if you pass your own ID when queueing). You could defer queue another Task which then fetches the TaskInfo within your main handler.

Okay, if there's no better way, I'll add the task ID to the queue after each task processing, and starting a new worker to synchronize the task information in this queue.

But there is also a problem with this: the task will be deleted after completion, and I must set the task retention time to reduce the probability of the task being deleted

from asynq.

kamikazechaser avatar kamikazechaser commented on May 23, 2024

and I must set the task retention time to reduce the probability of the task being deleted

Right. I don't think there is a way around this.

from asynq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.