Beschrijving
Action Scheduler is een schaalbare, traceerbare taak wachtrij voor het op de achtergrond verwerken van grote sets acties in WordPress. Het is speciaal ontworpen om verspreid te worden in WordPress plugins.
Action Scheduler werkt door het triggeren van een actie hook om op een bepaald moment in de toekomst uit te voeren. Elke hook kan worden gepland met unieke gegevens, zodat callbacks bewerkingen op die gegevens kunnen uitvoeren. De hook kan ook worden gepland om op één of meer momenten te worden uitgevoerd.
Zie het als een uitbreiding op do_action()
die de mogelijkheid toevoegt om een hook te vertragen en te herhalen.
Battle-Tested Background Processing
Elke maand verwerkt Action Scheduler miljoenen betalingen voor Subscriptions , webhooks voor WooCommerce en e-mails en andere gebeurtenissen voor een reeks andere plugins.
Het is gezien op live sites waar wachtrijen van meer dan 50.000 opdrachten werden verwerkt en resource intensieve operaties, zoals het verwerken van betalingen en het aanmaken van orders, met een aanhoudende snelheid van meer dan 10.000 per uur werden uitgevoerd zonder de normale werking van de site negatief te beïnvloeden.
Dit is allemaal op infrastructuur en WordPress sites buiten de controle van de plugin auteur.
Als je plugin achtergrondverwerking nodig heeft, vooral van grote reeksen taken, kan Action Scheduler helpen.
Leer meer
Voor meer informatie over hoe Action Scheduler werkt, en hoe het te gebruiken in je plugin, bekijk de docs op ActionScheduler.org.
Daar zul je vinden:
- Gebruiksaanwijzing : instructies voor installatie en gebruik van Action Scheduler
- WP CLI gids : instructies voor het uitvoeren van Action Scheduler op schaal via WP CLI
- API referentie : volledige referentiegids voor alle API functies
- Beheergids : gids voor het beheer van geplande acties via het beheerscherm
- Gids voor achtergrondverwerking op schaal : instructies voor het uitvoeren van Action Scheduler op schaal via de standaard WP Cron queue runner
Credits
Action Scheduler wordt ontwikkeld en onderhouden door Automattic , met een aanzienlijke vroege ontwikkeling door Flightless.
Samenwerking is cool. We zouden graag met je samenwerken om Action Scheduler te verbeteren. Pull Requests zijn welkom.
Beoordelingen
Bijdragers & ontwikkelaars
“Action Scheduler” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“Action Scheduler” is vertaald in 2 talen. Dank voor de vertalers voor hun bijdragen.
Vertaal “Action Scheduler” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
3.6.0 – 2023-05-10
- Add $unique parameter to function signatures.
- Add a cast-to-int for extra safety before forming new DateTime object.
- Add a hook allowing exceptions for consistently failing recurring actions.
- Add action priorities.
- Add init hook.
- Always raise the time limit.
- Bump minimatch from 3.0.4 to 3.0.8.
- Bump yaml from 2.2.1 to 2.2.2.
- Defensive coding relating to gaps in declared schedule types.
- Do not process an action if it cannot be set to
in-progress
. - Filter view labels (status names) should be translatable | #919.
- Fix WPCLI progress messages.
- Improve data-store initialization flow.
- Improve error handling across all supported PHP versions.
- Improve logic for flushing the runtime cache.
- Support exclusion of multiple groups.
- Update lint-staged and Node/NPM requirements.
- add CLI clean command.
- add CLI exclude-group filter.
- exclude past-due from list table all filter count.
- throwing an exception if as_schedule_recurring_action interval param is not of type integer.
3.5.4 – 2023-01-17
- Add pre filters during action registration.
- Async scheduling.
- Calculate timeouts based on total actions.
- Correctly order the parameters for
ActionScheduler_ActionFactory
’s calls tosingle_unique
. - Fetch action in memory first before releasing claim to avoid deadlock.
- PHP 8.2: declare property to fix creation of dynamic property warning.
- PHP 8.2: fix “Using ${var} in strings is deprecated, use {$var} instead”.
- Prevent
undefined variable
warning for$num_pastdue_actions
.
3.5.3 – 2022-11-09
- Query actions with partial match.
3.5.2 – 2022-09-16
- Fix – erroneous 3.5.1 release.
3.5.1 – 2022-09-13
- Onderhoud aan A/S-documenten.
- fix: PHP 8.2 deprecated notice.
3.5.0 – 2022-08-25
- Add – The active view link within the “Tools > Scheduled Actions” screen is now clickable.
- Add – A warning when there are past-due actions.
- Enhancement – Added the ability to schedule unique actions via an atomic operation.
- Enhancement – Improvements to cache invalidation when processing batches (when running on WordPress 6.0+).
- Enhancement – If a recurring action is found to be consistently failing, it will stop being rescheduled.
- Enhancement – Adds a new “Past Due” view to the scheduled actions list table.
3.4.2 – 2022-06-08
- Fix – Change the include for better linting.
- Fix – update: Added Action scheduler completed action hook.
3.4.1 – 2022-05-24
- Fix – Change the include for better linting.
- Fix – Fix the documented return type.
3.4.0 – 2021-10-29
- Enhancement – Number of items per page can now be set for the Scheduled Actions view (props @ovidiul). #771
- Fix – Do not lower the max_execution_time if it is already set to 0 (unlimited) (props @barryhughes). #755
- Fix – Avoid triggering autoloaders during the version resolution process (props @olegabr). #731 & #776
- Dev – ActionScheduler_wcSystemStatus PHPCS fixes (props @ovidiul). #761
- Dev – ActionScheduler_DBLogger.php PHPCS fixes (props @ovidiul). #768
- Dev – Fixed phpcs for ActionScheduler_Schedule_Deprecated (props @ovidiul). #762
- Dev – Improve actions table indicies (props @glagonikas). #774 & #777
- Dev – PHPCS fixes for ActionScheduler_DBStore.php (props @ovidiul). #769 & #778
- Dev – PHPCS Fixes for ActionScheduler_Abstract_ListTable (props @ovidiul). #763 & #779
- Dev – Adds new filter action_scheduler_claim_actions_order_by to allow tuning of the claim query (props @glagonikas). #773
- Dev – PHPCS fixes for ActionScheduler_WpPostStore class (props @ovidiul). #780
3.3.0 – 2021-09-15
- Enhancement – Adds as_has_scheduled_action() to provide a performant way to test for existing actions. #645
- Fix – Improves compatibility with environments where NO_ZERO_DATE is enabled. #519
- Fix – Adds safety checks to guard against errors when our database tables cannot be created. #645
- Dev – Now supports queries that use multiple statuses. #649
- Dev – Minimumvereisten voor WordPress en PHP verhoogd (naar respectievelijk 5.2 en 5.6). #723
3.2.1 – 2021-06-21
- Fix – Add extra safety/account for different versions of AS and different loading patterns. #714
- Fix – Handle hidden columns (Tools → Scheduled Actions) | #600.
3.2.0 – 2021-06-03
- Fix – Add “no ordering” option to as_next_scheduled_action().
- Fix – Add secondary scheduled date checks when claiming actions (DBStore) | #634.
- Fix – Add secondary scheduled date checks when claiming actions (wpPostStore) | #634.
- Fix – Adds a new index to the action table, reducing the potential for deadlocks (props: @glagonikas).
- Fix – Fix unit tests infrastructure and adapt tests to PHP 8.
- Fix – Identify in-use data store.
- Fix – Improve test_migration_is_scheduled.
- Fix – PHP notice on list table.
- Fix – Speed up clean up and batch selects.
- Fix – Update pending dependencies.
- Fix – [PHP 8.0] Only pass action arg values through to do_action_ref_array().
- Fix – [PHP 8] Set the PHP version to 7.1 in composer.json for PHP 8 compatibility.
- Fix – add is_initialized() to docs.
- Fix – fix file permissions.
- Fix – fixes #664 by replacing __ with esc_html__.