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] Queue Runner #106

Closed
ponderingdemocritus opened this issue Feb 13, 2025 · 1 comment
Closed

[feat] Queue Runner #106

ponderingdemocritus opened this issue Feb 13, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ponderingdemocritus
Copy link
Contributor

Currently all tasks are being processed at once. This becomes an issue with concurrency.

We need to move to a runner style system where tasks are queued then processed.

This should also allow scope for peristent tasks that are stored in a db, which could be polled allowing the agent to create future tasks outside of runtime memory.

@ponderingdemocritus
Copy link
Contributor Author

completed in #114

@github-project-automation github-project-automation bot moved this from Todo to Done in Day Dreams Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants