Nera – Async Lottery Tickets
Queue Lottery for WooCommerce ticket creation and confirmation through Action Scheduler so checkout stays fast.
by Nera · github.com/nera-marketing/nera-lottery-async-tickets
★ 0stars
4release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/nera-marketing/nera-lottery-async-tickets/releases/download/v1.0.6/nera-lottery-async-tickets-1.0.6.zipFrom the readme
Requires Plugins: lottery-for-woocommerce, woocommerce
Queues Lottery for WooCommerce ticket creation and confirmation through WooCommerce Action Scheduler so checkout completes without synchronous ticket post creation.
This extension removes synchronous LFW checkout hooks and runs ticket generation in the background via Action Scheduler group nera-lottery-async-tickets.
Requires: Lottery for WooCommerce, WooCommerce (Action Scheduler).
Feature flag (default off on install):
Option: neraltyasyncenabled — set to yes to enable
Constant: NERALTYASYNCENABLED — when defined in wp-config.php, overrides the option
If Action Scheduler is unavailable, the plugin leaves original LFW hooks in place and shows an admin notice (fail open).
1. Activate Nera – Async Lottery Tickets and Lottery for WooCommerce.
2. Enable async mode:
wp option update neraltyasyncenabled yes --path=/path/to/wordpress
Or in wp-config.php:
define( 'NERALTYASYNCENABLED', true );
3. Configure server cron (see below) to process the queue.
Use a real server cron in production; WP-Cron is only a fallback.
Preferred runner (dedicated queue group):
wp action-scheduler run --group=nera-lottery-async-
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.0.6 | Jul 13, 2026 | nera-lottery-async-tickets-1.0.6.zip | 1 |
| v1.0.5 | Jul 12, 2026 | nera-lottery-async-tickets-1.0.5.zip | 1 |
| v1.0.4 | Jul 10, 2026 | nera-lottery-async-tickets-1.0.4.zip | 1 |
| v1.0.3 | Jul 9, 2026 | nera-lottery-async-tickets-1.0.3.zip | 1 |
| v1.0.2 | Jul 9, 2026 | nera-lottery-async-tickets-1.0.2.zip | 0 |
| v1.0.1 | Jul 8, 2026 | nera-lottery-async-tickets-1.0.1.zip | 0 |