Improvements
Changes to the Productivity Overview Report Source
Previously, the Productivity > Overview report would source its own data. From now on, it will use the same data sources used by the BI reports. This will make it synchronized with the BI reports.
If you select today's date, it will show when the data was last synced:
Report Export Timeout
We have implemented a report export timeout to the System > Report Export screen. It will automatically cancel an export operation and mark it as 'Failed' if it takes too long:
This will ensure that the export operation runs smoothly without hanging any other tasks in the queue and help us better troubleshoot any export issues.
On-Premise customers will be able to set the timeout by adding the following line to the teramind.config
file:
report_export_task_execution_time_limit = num_sec
Where num_sec
is the duration in seconds. For example, 10
, 30
, etc.