Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tngtech/momo-scheduler

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tngtech/momo-scheduler - npm Package Versions

1

2.0.0-beta.1

Diff

niklas-ei
published 1.1.1 •

Changelog

Source

v1.1.1 (2023-01-11)

  • Fix: Dependency upgrades (fix CVE-2023-22467)
niklas-ei
published 1.1.0 •

Changelog

Source

v1.1.0 (2022-09-29)

  • Feature: jobs can receive parameters (#405)
niklas-ei
published 1.0.0 •

Changelog

Source

v1.0.0 (2022-07-11)

  • Feature: interval can be given as a number or in human-readable format
  • Feature: firstRunAfter can be given as a number or in human-readable format
  • Feature: support cron jobs in addition to interval jobs
  • Breaking: Remove validate method; it's replaced by tryToJob
  • Breaking: MomoJobBuilder::withInterval -> MomoJobBuilder::withSchedule
  • Breaking: Removed MomoJobBuilder::withFirstRunAfter; now part of MomoJobBuilder::withSchedule
niklas-ei
published 0.4.1 •

Changelog

Source

v0.4.1 (2021-11-02)

  • Fix: catch exceptions thrown by momo's internal ping
niklas-ei
published 0.4.0 •

Changelog

Source

v0.4.0 (2021-10-07)

  • Feature: schedule a job to run with delay (option firstRunAfter)
  • Feature: offer configuration for a prefix of all used collections (collectionsPrefix)
  • Feature: the ping interval that momo instances need to keep their executions valid is now configurable
  • Breaking: immediate was removed; instead, set firstRunAfter to 0 for immediate execution
  • Breaking: dropped Node 10 support
weissu42
published 0.3.0 •

Changelog

Source

v0.3.0 (2021-09-29)

  • Feature: compatibility with mongodb v4 (removed typeorm dependency)
  • Breaking: moved utility functions into classes
    • check and clear are now part of the Schedule
niklas-ei
published 0.2.0 •

Changelog

Source

v0.2.0 (2021-07-16)

  • Feature: builder pattern for schedules and jobs
  • Fix: remove stale executions from db
  • Fix: fix removal of all jobs from the schedule
  • Fix: fix log statement after scheduling a job
  • Breaking: split API to start/stop/cancel/remove jobs into functions to handle a specific job and to handle all jobs
  • Breaking: API to list jobs or get a single job now return job descriptions instead of the job itself
niklas-ei
published 0.1.0 •

Changelog

Source

v0.1.0 (2021-07-05)

  • initial release
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc