Skip to content

2.0.2

Choose a tag to compare

@dfeyer dfeyer released this 12 Jan 10:44
· 200 commits to master since this release

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