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 Upgrade Task Runner™
FlowSync Pro is not affiliated with Upgrade Task Runner. The name and any related trademarks are used solely for nominative descriptive purposes.
This library provides a structured framework for developers to create and manage custom data migration or upgrade tasks within a content management system. It is designed for developers who need to execute one-time or scheduled data transformations, schema updates, or other maintenance operations in a controlled manner.
Custom Task Registration: Define your own migration logic by extending a base class, ensuring each task has a unique identifier and title for clear tracking.
Admin Dashboard Control: A dedicated settings area allows administrators to view registered tasks, see their status, and manually trigger execution on demand.
Scheduled Execution: Tasks can be configured to run automatically using the system's cron scheduling, enabling background processing without manual intervention.
WP-CLI Integration: Includes a command-line interface command to run all pending tasks or specific tasks, facilitating automation in deployment scripts or direct server management.
Status Tracking: The system helps prevent duplicate execution of one-time tasks by tracking which migrations have already been completed.