JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 176
  • Score
    100M100P100Q99127F

schedule decorator plugin for egg

Package Exports

  • @eggjs/schedule-plugin
  • @eggjs/schedule-plugin/agent
  • @eggjs/schedule-plugin/app
  • @eggjs/schedule-plugin/lib/EggScheduleAdapter
  • @eggjs/schedule-plugin/lib/EggScheduleMetadataConvertor
  • @eggjs/schedule-plugin/lib/SchedulePrototypeHook
  • @eggjs/schedule-plugin/lib/ScheduleSubscriberRegister
  • @eggjs/schedule-plugin/lib/ScheduleWorkerLoadUnitHook
  • @eggjs/schedule-plugin/lib/ScheduleWorkerRegister
  • @eggjs/schedule-plugin/package.json
  • @eggjs/schedule-plugin/types

Readme

@eggjs/schedule-plugin

NPM version Known Vulnerabilities npm download Node.js Version

使用注解的方式来开发 egg 中的 schedule

Install

npm i --save @eggjs/schedule-plugin

Config

// config/plugin.js
exports.teggSchedule = {
  package: '@eggjs/schedule-plugin',
  enable: true,
};