mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-16 21:23:39 +09:00
Squashed 'includes/lib/action-scheduler/' content from commit c82834771
git-subtree-dir: includes/lib/action-scheduler git-subtree-split: c828347715e6c3318c8ab8b4fea2d87b31d51aac
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
---
|
||||
description: Learn how to administer background jobs with the Action Scheduler job queue for WordPress.
|
||||
---
|
||||
# Scheduled Actions Administration Screen
|
||||
|
||||
Action Scheduler has a built in administration screen for monitoring, debugging and manually triggering scheduled actions.
|
||||
|
||||
The administration interface is accessible through both:
|
||||
|
||||
1. **Tools > Scheduled Actions**
|
||||
1. **WooCommerce > Status > Scheduled Actions**, when WooCommerce is installed.
|
||||
|
||||
Among other tasks, from the admin screen you can:
|
||||
|
||||
* run a pending action
|
||||
* view the scheduled actions with a specific status, like the all actions which have failed or are in-progress (https://cldup.com/NNTwE88Xl8.png).
|
||||
* view the log entries for a specific action to find out why it failed.
|
||||
* sort scheduled actions by hook name, scheduled date, claim ID or group name.
|
||||
|
||||
Still have questions? Check out the [FAQ](/faq).
|
||||
|
||||

|
||||
Reference in New Issue
Block a user