Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Use tasks for LP Queues #1803

Open
mustermeiszer opened this issue Apr 9, 2024 · 0 comments
Open

Feat: Use tasks for LP Queues #1803

mustermeiszer opened this issue Apr 9, 2024 · 0 comments
Labels
I7-optimisation Enhancement that provides better perfromance or smaller footprint. I8-enhancement An additional feature.

Comments

@mustermeiszer
Copy link
Collaborator

Description

There is a new feature provided in Substrate see.

We should switch the existing on_idle logic here with a task. In general it is needed to switch most if not all on_idle/on_finallize with such tasks if possible.

How will this affect the code base

  • Prevent the chain from stalling due to overweight automatic actions
  • Allow to easily automate work without building bots

What are foreseen obstacles or hurdles to overcome?

  • None so far
@mustermeiszer mustermeiszer added I7-optimisation Enhancement that provides better perfromance or smaller footprint. I8-enhancement An additional feature. labels Apr 9, 2024
@mustermeiszer mustermeiszer added this to the Centrifuge 1030 milestone Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I7-optimisation Enhancement that provides better perfromance or smaller footprint. I8-enhancement An additional feature.
Projects
None yet
Development

No branches or pull requests

1 participant