forked-synapse/synapse/util
Erik Johnston f43d994624
Fix bug with new task scheduler using lots of CPU. (#16278)
Using the new `TaskScheduler` meant that we'ed create lots of new
metrics (due to adding task ID to the desc of background process),
resulting in requests for metrics taking an increasing amount of CPU.
2023-09-08 14:43:01 +01:00
..
caches Merge remote-tracking branch 'origin/release-v1.91' into release-v1.92 2023-09-06 11:25:28 -04:00
__init__.py Document looping_call() functionality that will wait for the given function to finish before scheduling another (#15772) 2023-06-13 16:34:54 -05:00
async_helpers.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
batching_queue.py
cancellation.py
check_dependencies.py Bump mypy-zope & mypy. (#16188) 2023-08-29 10:38:56 -04:00
daemonize.py
distributor.py
file_consumer.py
frozenutils.py Use immutabledict instead of frozendict (#15113) 2023-03-22 17:15:34 +00:00
gai_resolver.py Bump twisted from 22.10.0 to 23.8.0 (#16235) 2023-09-05 11:14:14 +00:00
hash.py
httpresourcetree.py
iterutils.py Process previously failed backfill events in the background (#15585) 2023-05-24 23:22:24 -05:00
linked_list.py
logcontext.py
logformatter.py
macaroons.py Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
manhole.py Attempt to fix twisted trunk (#16115) 2023-08-15 16:07:13 +00:00
metrics.py
module_loader.py Re-type config paths in ConfigErrors to be StrSequences (#15615) 2023-05-18 11:11:30 +01:00
msisdn.py Clean up and clarify "Create or modify Account" Admin API documentation (#15544) 2023-05-05 15:51:46 +01:00
patch_inline_callbacks.py Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
ratelimitutils.py Describe which rate limiter was hit in logs (#16135) 2023-08-30 00:39:39 +01:00
retryutils.py Don't wake up destination transaction queue if they're not due for retry. (#16223) 2023-09-04 17:14:09 +01:00
rlimit.py
rust.py
stringutils.py
task_scheduler.py Fix bug with new task scheduler using lots of CPU. (#16278) 2023-09-08 14:43:01 +01:00
templates.py
threepids.py
wheel_timer.py