netlogix/migrations-jobqueue

Last activity 31 Oct 2024 1 36547
composer require netlogix/migrations-jobqueue

Run netlogix/migrations asynchronously using flowpack/jobqueue

2.0.1

Homepage
http://websolutions.netlogix.de/
Version
2.0.1
Type
neos-package
Release Date
Oct 31, 2024 15:55
Source
git
Distribution
zip
Requires
  • php: ^7.4 || ^8.2
  • neos/flow: ^7.3 || ^8.3
  • netlogix/migrations: ^2.0
  • flowpack/jobqueue-common: ^3.3
MIT dc4983e273ffd6c76b8ac191837c2b035e70e9e7

Readme excerpt

Netlogix.Migrations.JobQueue About Netlogix Migrations

This package provides the ability to run migrations of the netlogix/migrations package (Netlogix.Migrations) asynchronously.

Installation

composer require netlogix/migrations-jobqueue

Configuration

To run a migration asynchronously, the Queue to be used needs to be defined:

Netlogix: Migrations: JobQueue: queueName: 'nlx-migrations'

The queue (In this example nlx-migrations) must be configured in Flowpack.JobQueue.Common (Check Github for more info)!

Usage

Simply use the AsyncMigration interface in your migration:

<?php declare(strict_types=1); namespace N…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 29 package(s).