Feature #8346
closedForcibly update job pages when job decision statuses change
100%
Description
Now job pages aren't automatically updated after some time. This helps to considerably reduce a server load while it almost always has sense since users don't see on these pages during long times.
Unfortunately job pages aren't updated even after job decision statuses change. As one of consequences users can see confusing error messages for some actions, e.g. there is a related separate issue #8345.
I suppose that after some period of time you can exchange with a server just a job decision status and update the job page if it changes. Since retrieving and sending this status isn't so resource intensive as for other updated information it won't cause a huge server load.
Updated by Evgeny Novikov over 7 years ago
- Priority changed from High to Urgent
This is quite useful feature.
Updated by Vladimir Gratinskiy over 7 years ago
- Due date set to 08/14/2017
- Status changed from New to Resolved
- % Done changed from 0 to 100
Implemented in "feature_8346".
Updated by Evgeny Novikov over 7 years ago
- Status changed from Resolved to Closed
I tested that it works and merged the branch to master in 3b1e037e. Statistics says that getting just job decision statuses takes an order less time than getting all the data even for a very simple job (for complicated jobs there will be the several orders difference).