2059d678ee
refactor(memcached): remove ARC cache and LRU logic some more
...
more leftover dead code was removed, especially cache prewarm options that no longer had an effect on a non-existing ARC cache
2025-02-28 16:32:52 +01:00
e757209b80
refactor(memcached): remove ARC cache entirely
...
NOTE: this was a crude surgery, removing everything ARC related; some dead code artifacts may have remained.
Especially check PrewarmCacheConf
Reason for removall: adding `memcachedInvalidateClass` was difficult to implement with ARC active; ARC was known to be problematic; removal was easier (see #2 2024-09-23)
2025-02-28 16:32:25 +01:00
Steffen Jost
f208d2aa99
attempt to fix build by removing derive Typeable (likely no effect)
2023-01-20 09:17:50 +01:00
Sarah Vaupel
582b075466
chore: conform to REUSE specification
2022-10-12 09:35:16 +02:00
Gregor Kleen
939ab37588
feat: additional general purpose caching tier (memcachedLocal)
2021-04-08 18:36:06 +02:00
Gregor Kleen
5c513946c1
feat(csv-export): .xlsx
2021-03-17 21:15:00 +01:00
Gregor Kleen
896bd41e3b
fix(auth-caching): submission-group
...
Also improve metrics wrt. auth tag eval
2021-03-11 16:22:52 +01:00
Gregor Kleen
55a9c8a5ae
perf: skip favouriteQuickActions under db conn pressure
2021-03-08 12:55:48 +01:00
Gregor Kleen
63f0d3c37a
feat(auth): user independent authorisation caching
...
BREAKING CHANGE: additional authorisation caching
2021-03-08 12:08:43 +01:00
Gregor Kleen
6d93e3e8bc
refactor: hlint
2021-03-01 13:12:30 +01:00
Gregor Kleen
23ff9d9222
feat(db): track source of database accesses
2021-02-26 11:00:44 +01:00
Gregor Kleen
d801a2f84a
feat(monitoring): observe database connection opening/closing
2021-02-23 20:33:05 +01:00
Gregor Kleen
50fdcb4540
feat(db): provide our own implementation of connection pooling
...
Also allows monitoring pool status (available/in use connections,
total number of takes from pool)
This reverts commit 35ac503bf9 .
2021-02-23 16:30:24 +01:00
Gregor Kleen
8d1f216b5b
feat(caching): introduce cache prewarming
2021-02-17 14:31:30 +01:00
Gregor Kleen
8ecb460f39
fix: unbreak arc
2021-02-10 22:58:01 +01:00
Gregor Kleen
36debd865f
feat: implement in-memory cache for file download
2021-02-10 20:06:59 +01:00
Gregor Kleen
48028c4053
fix: more verbose watchdog notification failures
2021-01-27 20:14:54 +01:00
Gregor Kleen
51ed7e0a26
feat(ldap): expose active directory errors
2020-10-14 12:40:08 +02:00
Gregor Kleen
34a52653d7
fix(metrics): larger range for worker_state_duration
2020-09-23 19:49:46 +02:00
Gregor Kleen
fb0ae65ac5
feat(files): monitor missing files
2020-09-23 16:48:41 +02:00
Gregor Kleen
e4416e7f0e
fix(jobs): better flushing, correct metrics, better etas
2020-09-23 14:05:30 +02:00
Gregor Kleen
d21faf4de0
feat: improve logging/metrics wrt. batch jobs
2020-09-21 13:31:53 +02:00
Gregor Kleen
8afacdd6b7
refactor: hlint
2020-09-21 12:24:31 +02:00
Gregor Kleen
4801d22cb3
feat(metrics): measure file i/o
2020-09-21 12:16:47 +02:00
Gregor Kleen
132a510a23
fix: migrate so as not to resend allocation notifications
2020-08-24 19:01:31 +02:00
Gregor Kleen
0fcb65f9fa
refactor: hlint
2020-08-10 21:59:16 +02:00
Gregor Kleen
0c7e56f405
feat(metrics): observe login attempts
2020-07-21 16:57:38 +02:00
Gregor Kleen
1926917dd7
feat(files): further balance file jobs
2020-07-17 15:54:42 +02:00
Gregor Kleen
b9b090992f
feat(caching): aggressively cache nav items
2020-04-22 11:14:25 +02:00
Gregor Kleen
f0f046f4b6
refactor(metrics): collect better metrics about jobs
2020-03-03 16:50:55 +01:00
Gregor Kleen
b74bb53041
feat(metrics): monitor job executor state
2020-02-21 15:14:50 +01:00
Gregor Kleen
0da6c49392
feat(metrics): monitor job durations
2020-02-21 13:28:52 +01:00
Gregor Kleen
bec40236db
feat(metrics): report on health checks
2020-02-19 13:51:21 +01:00