0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 14:33:50 +01:00
synapse/changelog.d
Richard van der Hoff d80cd57c54
Fix new scheduled tasks jumping the queue (#17962)
Currently, when a new scheduled task is added and its scheduled time has
already passed, we set it to ACTIVE. This is problematic, because it
means it will jump the queue ahead of all other SCHEDULED tasks;
furthermore, if the Synapse process gets restarted, it will jump ahead
of any ACTIVE tasks which have been started but are taking a while to
run.

Instead, we leave it set to SCHEDULED, but kick off a call to
`_launch_scheduled_tasks`, which will decide if we actually have
capacity to start a new task, and start the newly-added task if so.
2024-11-28 18:06:19 +00:00
..
.gitignore
17253.misc MSC4108: Add a Content-Type header on the PUT response (#17253) 2024-11-26 19:43:26 +01:00
17872.doc Add Forgejo oidc provider config example (#17872) 2024-11-20 16:06:08 -06:00
17933.bugfix Fix up logic for delaying sending read receipts over federation. (#17933) 2024-11-25 18:12:33 +00:00
17936.misc Fix incorrect comment in new schema delta (#17936) 2024-11-20 17:12:17 +00:00
17944.misc Raise setuptools_rust version cap to 1.10.2 (#17944) 2024-11-20 16:49:21 +00:00
17945.misc Add encrypted appservice extensions to Complement test image. (#17945) 2024-11-20 16:35:43 +00:00
17952.misc Return suspended status when querying user account (#17952) 2024-11-22 12:37:19 +00:00
17953.doc link to element-docker-demo from contrib/docker* (#17953) 2024-11-22 12:35:03 +00:00
17962.misc Fix new scheduled tasks jumping the queue (#17962) 2024-11-28 18:06:19 +00:00
17966.misc Bump pyo3 to v0.23.2 (#17966) 2024-11-27 10:46:00 +00:00
17969.misc Update setuptools-rust and fix building abi3 wheels (#17969) 2024-11-27 13:31:43 +00:00