- Merge request !17Issue #3283924: Option to process Geocode conversation using a queue. → (Open) created by joshua1234511
- First commit to issue fork.
- last update
about 1 year ago PHPLint Failed - 🇧🇪Belgium dieterholvoet Brussels
DieterHolvoet → changed the visibility of the branch 8.x-4.x to hidden.
- last update
about 1 year ago PHPLint Failed - last update
about 1 year ago PHPLint Failed - last update
about 1 year ago PHPLint Failed - Status changed to Needs review
about 1 year ago 10:46pm 4 February 2024 - 🇧🇪Belgium dieterholvoet Brussels
I started a new branch from 4.x and improved the implementation, both in the old 3.x and new 4.x branch:
- Simplified some naming and labels
- Moved the queue ID to a constant
- Stopped storing the whole entity object in the queue item data. Makes the row unnecessary big & makes it so the queue worker gets a possibly outdated version of the entity.
- Removed the
drupal_register_shutdown_function
. Instead, I added a check that only saves the entity if any values were changed, also preventing infinite loops but without needing hacky code.
- last update
about 1 year ago run-tests.sh fatal error - last update
about 1 year ago run-tests.sh fatal error - last update
about 1 year ago run-tests.sh fatal error - last update
about 1 year ago run-tests.sh fatal error - Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
about 1 year ago Not currently mergeable.