netlogix/migrations-jobqueue

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

Run netlogix/migrations asynchronously using flowpack/jobqueue

1.0.0

Homepage
http://websolutions.netlogix.de/
Version
1.0.0
Type
neos-package
Release Date
Jan 26, 2021 08:56
Source
git
Distribution
zip
Requires
  • php: ^7.2
  • neos/flow: ^5.0 || ^6.0
  • netlogix/migrations: ^1.4
  • flowpack/jobqueue-common: ^3.0
MIT 02fb6192b5590c17765a5648251570ddec5b509e

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).