Sort Problem

Hi,
I can’t set fireworks to start tasks with low id before the execution of task just added to the databases. I set to my_launchpad file SORT_FWS: “FIFO” , but i doesn’t change nothing. Someone have an idea of how to configure fireworks in that way?

Thanks in advance for help

Regards

Hi Laurenza

The SORT_FWS key will sort the Fireworks with state=“READY” by the “created_on” date. i.e., the next Firework to run should be one that is READY and that has the earliest “created_on” date.

Before running the launch command, perhaps try the following command:

lpad get_fws -s READY --sort created_on -m 1 -d all

That should give you all the details about the next Firework that will run in FIFO mode. A few notes:

  • If a Firework is not READY, it will not run. e.g. if it is waiting for a dependency to finish or is DEFUSED, etc.

  • The sorting is by created_on, not fw_id

Best,

Anubhav

···

On Sunday, June 19, 2016 at 3:36:47 AM UTC-7, laur…@dis.uniroma1.it wrote:

Hi,
I can’t set fireworks to start tasks with low id before the execution of task just added to the databases. I set to my_launchpad file SORT_FWS: “FIFO” , but i doesn’t change nothing. Someone have an idea of how to configure fireworks in that way?

Thanks in advance for help

Regards