Roundup Tracker - Issues

Issue 2551218

classification
Remove feature flag for wsgi instance caching
Type: resource usage Severity: normal
Components: Web interface Versions: 2.3.0
process
Status: closed duplicate
: Track removal of non-caching code path through wsgi.py. (in 2026)
View: 2551327
: rouilj : rouilj, schlatterbeck
Priority: normal : Blocker

Created on 2022-07-13 02:32 by rouilj, last changed 2024-04-29 00:11 by rouilj.

Messages
msg7607 Author: [hidden] (rouilj) Date: 2022-07-13 02:32
2.2.0 was released with a feature flag to cache the roundup tracker
instance rather than reload on connection.

The intent is to run it and make sure there are no errors with it.

Check with Ralf to see how it is performing for his trackers. If no errors
by 2.3.0 release make it the default and remove the feature flag.

Keep the feature flag argument in RequestDispatcher, just make the
test on it go away.
msg7765 Author: [hidden] (rouilj) Date: 2023-05-20 17:40
Email sent out to prompt others to test. AFAIK only Ralf has deployed it on at least one 
tracker.

https://sourceforge.net/p/roundup/mailman/roundup-
users/thread/20230520164023.E66ED6A0011%40pe15.cs.umb.edu/#msg37847401
msg7791 Author: [hidden] (rouilj) Date: 2023-06-26 19:27
Postponing this till 2.4.0.
msg8014 Author: [hidden] (rouilj) Date: 2024-04-29 00:11
remove of non-caching code and feature flag path tracked in issue 2551327.

caching was made default in changeset:   7819:0fe2b9f6e19f in issue 2551212.
History
Date User Action Args
2024-04-29 00:11:05rouiljsetstatus: open -> closed
superseder: Track removal of non-caching code path through wsgi.py. (in 2026)
resolution: duplicate
messages: + msg8014
2023-06-26 19:27:44rouiljsetmessages: + msg7791
2023-05-20 17:40:47rouiljsetstatus: new -> open
assignee: rouilj
messages: + msg7765
2022-07-13 02:32:39rouiljcreate