starting a task without events

Janne Karhunen janne.karhunen at gmail.com
Mon Feb 1 07:37:04 GMT 2010


Hi,

Do you guys know if there is some random trickery available
to start task X without raising events (namely, started is the
one I'm interested in) from it?

Specifically, say test2 fires of 'started test1'. Is there a way to
start 'test1' without firing 'test2' other than to have an instance
of test2 already running?

Reason I'm asking is that 'started' is a nice way to implement
ordered startup sequence and usually that does not mean
dependency. For debugging, it would be quite nice to support
case where 'task1' could be fired off standalone.


-- 
// Janne



More information about the upstart-devel mailing list