GithubHelp home page GithubHelp logo

Comments (4)

kamikazechaser avatar kamikazechaser commented on May 27, 2024

which task caused the error

Are you talking about an error which is encountered in a task handler?

You can use a asynq.MiddlewareFunc which returns an asynq.Handler. In that you can ProcessTask and see if any error or panic occurs and dump the task id, payload e.t.c.

from asynq.

abhi9720 avatar abhi9720 commented on May 27, 2024

@kamikazechaser

I am talking about PostEnqueueFunc, when taskId conflict happens, I get an error of task id conflict, but I have no info about which task is in the post-enqueue function.

from asynq.

kamikazechaser avatar kamikazechaser commented on May 27, 2024

That is intended behavior, whenever an error occurs anywhere in the "Run" chain a nil value is returned in place of the return type (a pointer), in this case it happens in the Enqueue method. I personally don't see this as a bug but you definitely have less info to work with in the event of an error.

It could make sense to enrich the error messages in the Enqueue method instead. Would that suffice?

from asynq.

abhi9720 avatar abhi9720 commented on May 27, 2024

@kamikazechaser, ya something like that which help us to get access to error of that task.

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.