2 रिपॉजिटरी
Processing of tasks based on assigned priority levels to ensure urgent work is handled first.
Distinct from Execution Priorities: Focuses on general task execution priority rather than plugin-specific event handler weights.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Task Priority Execution. Refine with filters or upvote what's useful.
Dynamic Thread Pool is a Java framework for the dynamic management, observability, and orchestration of thread pools. It allows for the real-time adjustment of thread pool parameters via external configuration centers without requiring application restarts. The project distinguishes itself by providing middleware orchestration, enabling the interception and tuning of thread pools embedded within third-party web servers and RPC frameworks. It further supports distributed tracing by propagating execution contexts and metadata from submitting threads to worker threads to maintain observability a
Processes tasks based on assigned priority levels using a specialized executor implementation.
p-queue is a JavaScript promise queue and concurrent task scheduler designed to limit the number of active asynchronous operations. It serves as an asynchronous rate limiter and promise lifecycle manager to prevent resource exhaustion. The project distinguishes itself through priority-based task scheduling and token-bucket rate limiting to control execution frequency. It integrates with abort signals for task cancellation and provides mechanisms to pause, resume, and clear pending operations. The tool covers broader traffic management capabilities including operation timeouts and concurrency
Implements priority levels for tasks to ensure that critical work is executed before lower-priority operations.