Skip to content

refactor(task,download): use async endpoints for polling#3222

Open
sylvlecl wants to merge 3 commits into
devfrom
async-endpoints
Open

refactor(task,download): use async endpoints for polling#3222
sylvlecl wants to merge 3 commits into
devfrom
async-endpoints

Conversation

@sylvlecl
Copy link
Copy Markdown
Member

Currently, 2 endpoints implement a polling logic. They can block other endpoints while performing no work.
We make them async so that fastapi thread pool is not affected anymore, and they can scale independently.

Currently, 2 endpoints implement a polling logic. They can block
other endpoints while performing no work.
We make them async so that fastapi thread pool is not affected
anymore, and they can scale independently.

Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
sylvlecl added 2 commits May 22, 2026 13:41
Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
@sylvlecl sylvlecl marked this pull request as ready for review May 22, 2026 11:53
@sylvlecl sylvlecl changed the base branch from dev to release/v2.32.0 May 22, 2026 11:54
@sylvlecl sylvlecl changed the base branch from release/v2.32.0 to dev May 26, 2026 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant