netlogix/migrations-jobqueue
composer require netlogix/migrations-jobqueue
Run netlogix/migrations asynchronously using flowpack/jobqueue
2.0.1
Readme excerpt
Netlogix.Migrations.JobQueue About Netlogix MigrationsThis package provides the ability to run migrations of the netlogix/migrations package (Netlogix.Migrations) asynchronously.
Installationcomposer require netlogix/migrations-jobqueue
ConfigurationTo 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)!
UsageSimply use the AsyncMigration interface in your migration:
<?php declare(strict_types=1); namespace N…Read more
The same vendor provides 29 package(s).