定制 janmikes/symfony-console-sentry-cron-monitoring 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

janmikes/symfony-console-sentry-cron-monitoring

Composer 安装命令:

composer require janmikes/symfony-console-sentry-cron-monitoring

包简介

Implementation of Sentry cron monitoring for symfony/console commands

README 文档

README

  1. Install package - composer require janmikes/symfony-console-sentry-cron-monitoring
  2. Register Janmikes\SymfonyConsoleSentryCronMonitoring\MonitoringConsoleSubscriber service to your application (must be tagged as event subscriber)
  3. Add Monitor attributes to your console commands
  4. Profit!

Minimal

#[Monitor('0 */4 * * *', Environment::Production)]
class MySuperCoolCommand

Full

#[Monitor(
    cronExpression: '0 */4 * * *',
    environment: Environment::Production,
    checkinMargin: 10,
    maxRuntime: 60,
    timezone: 'Europe/Prague',
    arguments: ['some-arg', 'some-another-arg'],
)]
class MySuperCoolCommand

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-16