Skip to content

Commit 8c4aef0

Browse files
committed
Refactor pipeline registry and settings
- Removed unused job_queue_type argument from PipelineRegistry class. - Cleaned up imports in settings initialization by removing job_queue import. - Introduced a new _backend.py file to define backend properties for easier maintenance. - Deleted job_queue.py as it is no longer needed. - Updated test cases to remove references to job queue configurations. - Adjusted test assertions to reflect changes in the PipelineManager and FlowerPowerProject classes. - Updated dependencies in the lock file, removing unused packages related to job queue management.
1 parent 6c7089c commit 8c4aef0

File tree

210 files changed

+673
-88220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+673
-88220
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ anypath.yaml
6363
package-lock.json
6464
docs/mkdocs/mkdocs.yml
6565
RUN_METHOD_ANALYSIS.md
66+
docs/mkdocs/site/**

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.21.0] - 2025-09-01
4+
5+
### Changes
6+
- IMPORTANT: BREAKING CHANGES Remove job queue feature entirely from the codebase
7+
- Removed job queue configuration files and settings
8+
- Removed job queue logic from core modules
9+
- Removed RQ-related dependencies from pyproject.toml
10+
- Removed Redis and RQ services from Docker configuration
11+
- Updated all tests to remove job queue functionality
12+
- Updated all documentation to remove job queue references
13+
- Removed job queue examples and refactored existing examples
14+
- Simplified pipeline execution to direct execution only
15+
316
## [0.20.0] - 2025-08-21
417

518
### Changes

README.md

Lines changed: 105 additions & 330 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)