tomaso / goove

Overview webapp for torque accounting
0 stars 0 forks source link

Jobs with efficiency > 100% in DB #18

Open JiriHorky opened 13 years ago

JiriHorky commented 13 years ago

There are many one-slot jobs with efficiency > 100%. For example d0 jobs last month:

select * from trq_job where queue_id = 8 and start_time > '2010-10-01' - INTERVAL 1 MONTH and comp_time > '2010-10-01' order by efficiency desc limit 0,10;

JiriHorky commented 13 years ago

The same applies for gridalice (queue_id = 14), where as gridatlas is OK.