Skip to content

feat: add options to handle cases where jobs could stop unexpectedly #980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 15, 2025

Conversation

intcreator
Copy link
Collaborator

Description

see #963

Related Issue

fixes #962

Motivation and Context

see #962

How Has This Been Tested?

see #963

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • If my change introduces a breaking change, I have added a ! after the type/scope in the title (see the Conventional Commits standard).

sheerlox and others added 5 commits April 6, 2025 17:59
## [4.1.5-beta.1](v4.1.4...v4.1.5-beta.1) (2025-04-06)

### 🐛 Bug Fixes

* prevent jobs from stopping unexpectedly ([#963](#963)) ([69d2ef5](69d2ef5))
## [4.2.1-beta.1](v4.2.0...v4.2.1-beta.1) (2025-04-15)

### 🐛 Bug Fixes

* prevent jobs from stopping unexpectedly ([#963](#963)) ([69d2ef5](69d2ef5))
@ncb000gt
Copy link
Member

🎉 This PR is included in version 4.2.1-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@intcreator intcreator merged commit 994b93a into main Apr 15, 2025
2 checks passed
@intcreator intcreator deleted the beta branch April 15, 2025 03:14
@ncb000gt
Copy link
Member

🎉 This PR is included in version 4.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

intcreator pushed a commit to WillianAgostini/node-cron that referenced this pull request Apr 18, 2025
## [4.3.0](kelektiv/node-cron@v4.2.0...v4.3.0) (2025-04-15)

### ✨ Features

* add options to handle cases where jobs could stop unexpectedly ([kelektiv#980](kelektiv#980)) ([994b93a](kelektiv@994b93a)), closes [kelektiv#963](kelektiv#963) [kelektiv#962](kelektiv#962) [kelektiv#962](kelektiv#962) [kelektiv#963](kelektiv#963)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jobs stopping unexpectedly
4 participants