In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1361 [In-Portal CMS] Admin Interfaces task N/A 2012-07-22 05:20 2012-10-10 05:21
alex  
alex  
normal  
resolved 5.0.0  
fixed  
 
none 5.2.1-B1  
https://groups.google.com/d/topic/in-portal-bugs/A_UAGo4npOA/discussion
Changing scheduled task runtime recording from minutes to seconds
1
0001361: Scheduled task run time calculation change
Right now scheduled task (or agent) execution time is calculated in minutes. This way all scheduled tasks that took less a minute to execute are displayed as running 0 minutes.

I think we should record seconds, which too each scheduled agent execution time and then display them in following format "hh:mm:ss". For example 12 seconds would look "00:00:12".
patch scheduled_task_runtime_in_seconds.patch (5,134) 2012-10-10 05:12
http://tracker.in-portal.org/file_download.php?file_id=1820&type=bug
Issue History
2012-10-10 05:21 alex Note Added: 0005214
2012-10-10 05:21 alex Status reviewed and tested => resolved
2012-10-10 05:21 alex Fixed in Version => 5.2.1-B1
2012-10-10 05:21 alex Resolution open => fixed
2012-10-10 05:21 alex Assigned To !COMMUNITY => alex
2012-10-10 05:21 alex Changeset attached 5.2.x r15565
2012-10-10 05:20 alex Note Added: 0005213
2012-10-10 05:20 alex Status needs testing => reviewed and tested
2012-10-10 05:13 alex Note Added: 0005212
2012-10-10 05:13 alex Assigned To => !COMMUNITY
2012-10-10 05:13 alex Developer => alex
2012-10-10 05:13 alex Status active => needs testing
2012-10-10 05:12 alex File Added: scheduled_task_runtime_in_seconds.patch
2012-07-25 05:39 alex Target Version 5.2.0 => 5.2.1
2012-07-22 05:20 alex New Issue
2012-07-22 05:20 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/A_UAGo4npOA/discussion
2012-07-22 05:20 alex Change Log Message => Changing scheduled task runtime recording from minutes to seconds
2012-07-22 05:20 alex Estimate Points => 1

Notes
(0005212)
alex   
2012-10-10 05:13   
I've also display "< 1 sec." instead of "00:00:00" in scheduled task list and edit pages.
(0005213)
alex   
2012-10-10 05:20   
Will test all together later.
(0005214)
alex   
2012-10-10 05:21   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001361: Scheduled task run time calculation change