Giter Site home page Giter Site logo

Comments (5)

timurhai avatar timurhai commented on June 3, 2024

Now it is an error.

if (m_cmd.size() == 0)

There should be an empty commands. Empty command can happen due some error in a service python code.
But now, check for skipping goes first:
if (m_service->skipTask())

So, if you want to skip a command launch you should set self.skip_task = True:
def skipTask(self):

from cgru.

timurhai avatar timurhai commented on June 3, 2024

This was discussed here:
#590

from cgru.

sebastianelsner avatar sebastianelsner commented on June 3, 2024

yep, I understand, thanks for posting issue #590, that was the one I was looking for! BUT does the change of

m_update_status = af::TaskExec::UPFailedToStart;

make event tasks fail, because they have a empty cmd, no?? Or is this something that is just happening for me and the reason is something else?

from cgru.

timurhai avatar timurhai commented on June 3, 2024

Latest commit fix common event class:
b6de019
There is 3.4.0 in master branch now, it is under develop.
But we use it in production.

from cgru.

sebastianelsner avatar sebastianelsner commented on June 3, 2024

Got it, we need to port some of your changes as well.

from cgru.

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.