Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
forked from WordPress Queue™
WP Queue is not affiliated with WordPress Queue. The name and any related trademarks are used solely for nominative descriptive purposes.
This plugin provides a straightforward job queue for content management systems, designed for developers who need to offload time-consuming tasks from web requests. It allows you to schedule work to be processed in the background, improving site performance and user experience.
Topic-based organization: Jobs are organized into named topics, making it easy to publish and subscribe to specific types of events or data processing tasks. Delayed execution: You can schedule jobs to be processed after a specified delay, enabling timed or deferred task execution. Simple subscription model: Register callable functions to handle jobs placed in a topic, keeping the integration code clean and focused. Built on cron: The system leverages the CMS's existing cron scheduler for job processing, requiring no additional infrastructure. At-least-once delivery: The queue operates on a best-effort basis, designed to process each message, though developers should account for potential duplicates in their logic.