[PR #32] [MERGED] Support multiple nodes #83

Closed
opened 2025-12-29 00:22:27 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plashchynski/crono/pull/32
Author: @AviAlima
Created: 8/20/2015
Status: Merged
Merged: 9/21/2015
Merged by: @plashchynski

Base: masterHead: support_multiple_nodes


📝 Commits (3)

  • 32bdba3 Add ability to define minimal time between job executions to support multiple corno nodes, so two different nodes will not execute the same job
  • 3a480a7 Add ability to define minimal time between job executions to support multiple corno nodes, so two different nodes will not execute the same job
  • e416113 Add ability to define minimal time between job executions to support multiple corno nodes, so two different nodes will not execute the same job

📊 Changes

6 files changed (+79 additions, -4 deletions)

View changed files

📝 Changes.md (+5 -0)
📝 lib/crono/job.rb (+26 -1)
📝 lib/crono/performer_proxy.rb (+8 -2)
📝 lib/crono/version.rb (+1 -1)
📝 spec/job_spec.rb (+26 -0)
📝 spec/performer_proxy_spec.rb (+13 -0)

📄 Description

Add ability to define minimal time between job executions to support multiple corno nodes, so two different nodes will not execute the same job.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/plashchynski/crono/pull/32 **Author:** [@AviAlima](https://github.com/AviAlima) **Created:** 8/20/2015 **Status:** ✅ Merged **Merged:** 9/21/2015 **Merged by:** [@plashchynski](https://github.com/plashchynski) **Base:** `master` ← **Head:** `support_multiple_nodes` --- ### 📝 Commits (3) - [`32bdba3`](https://github.com/plashchynski/crono/commit/32bdba324481b3a50c0e588de9c66fee93d725c4) Add ability to define minimal time between job executions to support multiple corno nodes, so two different nodes will not execute the same job - [`3a480a7`](https://github.com/plashchynski/crono/commit/3a480a7d9a6190815049bfe68f186ca0ef5704d2) Add ability to define minimal time between job executions to support multiple corno nodes, so two different nodes will not execute the same job - [`e416113`](https://github.com/plashchynski/crono/commit/e416113ac242e3c0f26e46ee06d06ce78d4a8117) Add ability to define minimal time between job executions to support multiple corno nodes, so two different nodes will not execute the same job ### 📊 Changes **6 files changed** (+79 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Changes.md` (+5 -0) 📝 `lib/crono/job.rb` (+26 -1) 📝 `lib/crono/performer_proxy.rb` (+8 -2) 📝 `lib/crono/version.rb` (+1 -1) 📝 `spec/job_spec.rb` (+26 -0) 📝 `spec/performer_proxy_spec.rb` (+13 -0) </details> ### 📄 Description Add ability to define minimal time between job executions to support multiple corno nodes, so two different nodes will not execute the same job. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 00:22:27 +01:00
adam closed this issue 2025-12-29 00:22:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/crono#83