Skip to content

Avoid async invocation in recursions #10808

@leiysky

Description

@leiysky

So far, we are using async-recursion to resolve the recursive function calls in the async context, which is inefficient. And it's also difficult to grow the stack at runtime, which can be solved by using stacker in a sync context.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions