-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactors JoobQ module and enhances queue management
Removes redundant documentation from JoobQ module for clarity and updates queue handling by leveraging a shorthand method to access queues by name. Enhances BaseQueue with additional attributes for operational metrics and changes it to a module for consistent behavior. Adjusts API server response with direct queue name usage for consistent outputs. These changes streamline the codebase, reduce duplication, and improve the flexibility and readability of the queue management logic in the job processing system.
- Loading branch information
Showing
3 changed files
with
13 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters