Opened 17 years ago
Closed 17 years ago
#256 closed enhancement (fixed)
Filter updates to the Job.ProgressReporterImpl
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.0 RC2 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
This progress reporter reportes progress from plugins to the database allowing a user to see the progress on the web interface. The implementation updates the database on every call to the display() and append() methods, relying on plugins to not call these methods to often.
It would be good if the implementation was such that it ignore the method calls if not enough time has passed since the last update to the database. This avoids unncesserary database calls and removes one problem from the plugin implementations.
Change History (2)
comment:1 Changed 17 years ago by
Milestone: | → BASE 2.0 RC2 |
---|---|
Status: | new → assigned |
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [2310]) Fixes #256: Filter updates to the Job.ProgressReporterImpl?