torqit/pimcore-command-locker-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

torqit/pimcore-command-locker-bundle

最新稳定版本:V2.0.0

Composer 安装命令:

composer require torqit/pimcore-command-locker-bundle

包简介

README 文档

README

This command will create a lock prior to running a command, so that the command cannot be started again by another container / process.

Installing the package via composer

This bundle is easily installed via composer: composer require torqit/pimcore-command-locker-bundle

Steps to setting up the object deleter:

  1. Make sure you register the CommandLockerBundle in your AppKernel.php located at \src\pimcore-root\app\AppKernel.php. Registering the bundle is as easy as adding a line in the registerBundlesToCollection function, like so: $collection->addBundle(new \TorqIT\CommandLockerBundle\CommandLockerBundle);
  2. You will also be required to enable the bundle. Either navigate to var/config/extensions.php and add it, or run bin/console pimcore:bundle:enable CommandLockerBundle.
  3. Run the bundle, with the command: ./bin/console torq:command-locker 'YOUR_COMMAND_TO_BE_RUN'.

统计信息

  • 总下载量: 21.32k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2022-02-11