Skip to content

feat: new RQ engine #215

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

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

SantanaTiago
Copy link
Contributor

@SantanaTiago SantanaTiago commented Jun 5, 2025

This PR introduces a new engine using python RQ to process/queue tasks using redis/valkey
Also adds to UI information of task queue position and status.

The RQ conversion job is a copy of the local engine worker job

Resolves #240

Copy link

mergify bot commented Jun 5, 2025

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?(!)?:

@SantanaTiago SantanaTiago marked this pull request as draft June 23, 2025 08:10
… rq engine where when true it spawns local workers. add dockerfile of worker image. add missing rq dependency on pyproject and uv lock files.

Signed-off-by: Tiago Santana <[email protected]>
Copy link
Contributor

github-actions bot commented Jun 23, 2025

DCO Check Passed

Thanks @SantanaTiago, all your commits are properly signed off. 🎉

…emoved Dockerfile; fixed Containerfile conflicts and bumped uv version. updated docker-compose file

Signed-off-by: Tiago Santana <[email protected]>
@SantanaTiago SantanaTiago marked this pull request as ready for review June 25, 2025 20:31
@SantanaTiago SantanaTiago marked this pull request as draft July 24, 2025 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for the RQ engine type
1 participant