- When initiating a search index re-indexing, we should actually initiate the creation of a new, temporary index in the background (on cron runs).
- While the (re)indexing happens in the background, the old index will still be used so that there is no "downtime".
- Once the new index is done, we replace the old one with it.
- Once the old index is replaced with the new and no errors have occurred, we delete the old index.
GitHub Issue #:
1337
Recent comments
Thanks! I tested PayPal WPS (since I also use it in my Drupal 7 Commerce shop). With the PayPal server SANDBOX mode (no real payment transaction, just simulated). And everything...
Commerce shop system from Drupal
Peter, I've done an initial port of Commerce PayPal. While I haven't tested it, I think it should work, as the module is not too complex. https://github.com/backdrop-contrib/...
Commerce shop system from Drupal
Glad you finally found it! Someone really needs to port commerce_paypal.
Commerce shop system from Drupal