Skip to content

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

Merged
intcreator merged 5 commits intomainfrom
beta
Apr 15, 2025
Merged

feat: add options to handle cases where jobs could stop unexpectedly#980
intcreator merged 5 commits intomainfrom
beta

Conversation

@intcreator
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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