How to force work on a specific workflow

Hello,

as in the topic I would like to add a workflow and force workers to work on it (assuming there are also other fireworks READY to be computed that I’m not interested in).

There is an option to provide firework id to the launch_rocket, but it’s not clear to me how to obtain a proper order of id’s from workflow.

I appreciate any advice.

Kinds regards,

Michal

Hi Michal,

Typically when I’m trying to do something like this I use the priority functionality so if I have a set of fireworks I want to be completed before moving on to a lower priority set (even if they’re not explicitly forbidden from starting). You set priority on construction or modify the priority of existing fireworks in place using

lpad set_priority -i <FW_IDS>

or

lpad set_priority -q

If this is set, the rocket launcher should launch any higher priority firework before a lower priority one.

···

On Oct 23, 2018, at 1:46 AM, Michał Plebański [email protected] wrote:

Hello,

as in the topic I would like to add a workflow and force workers to work on it (assuming there are also other fireworks READY to be computed that I’m not interested in).

There is an option to provide firework id to the launch_rocket, but it’s not clear to me how to obtain a proper order of id’s from workflow.

I appreciate any advice.

Kinds regards,

Michal

You received this message because you are subscribed to the Google Groups “fireworkflows” group.

To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].

To post to this group, send email to [email protected].

Visit this group at https://groups.google.com/group/fireworkflows.

For more options, visit https://groups.google.com/d/optout.