hastapasta / financereport

Automatically exported from code.google.com/p/financereport
0 stars 0 forks source link

DataLoad: update job_queue table #276

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Fix the fact that the start time is not being written into the table.

Also create a new column (placed_in_queue) which records the datetime when the 
job was placed into the queue.

Original issue reported on code.google.com by hastapas...@gmail.com on 19 Apr 2011 at 1:18

GoogleCodeExporter commented 8 years ago
Also create a pandora module that monitors the job_queue for any hung jobs 

(current time - start time > than some threshold)

Original comment by hastapas...@gmail.com on 21 Apr 2011 at 1:12

GoogleCodeExporter commented 8 years ago
Also add a table that show the current job_queue to chartb.ctp.

Original comment by hastapas...@gmail.com on 21 Apr 2011 at 1:28

GoogleCodeExporter commented 8 years ago
The "placed in queue" time would have to be saved with the task id in the 
"waitinglist" in java. Would have to create a class or string array. I'll hold 
off on this for now.

Still need to add pandora module (would have to update MultiTest) and table in 
cake.

Original comment by hastapas...@gmail.com on 21 Apr 2011 at 2:22

GoogleCodeExporter commented 8 years ago
Just have to add the pandora module after the next upgrade. Bump this down to 
High.

Original comment by hastapas...@gmail.com on 21 Apr 2011 at 2:42

GoogleCodeExporter commented 8 years ago

Original comment by hastapas...@gmail.com on 7 Oct 2012 at 12:21