Releases: Flowpack/Flowpack.ElasticSearch.ContentRepositoryQueueIndexer
Releases · Flowpack/Flowpack.ElasticSearch.ContentRepositoryQueueIndexer
2.0.5
2.0.4
2.0.3
2.0.2
This version now use Flowpack.JobQueue to replace TYPO3.JobQueue
Changes
- Improve CLI output
- Use Flowpack.JobQueue
- New CLI command to flush the indexing queue
- New CLI command to execute jobs in the indexing queue
- Check if the index queue is empty before allowing the execution of the build command
- Better logging by showing the correct package key
CLI Commands
Warning: Due to a small breaking change in the JobQueue package, you need to upgrade your cron or supervisor configuration, replace the old command flow job:work --queue-name Flowpack.ElasticSearch.ContentRepositoryQueueIndexer
by flow job:work --queue Flowpack.ElasticSearch.ContentRepositoryQueueIndexer
or use the new shortcut:
flow nodeindexqueue:work
This version is compatible with Neos 2.2 and 2.3 LTS. An upcoming release will target Neos 3.0