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
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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
master← Head:support_multiple_nodes📝 Commits (3)
32bdba3Add ability to define minimal time between job executions to support multiple corno nodes, so two different nodes will not execute the same job3a480a7Add ability to define minimal time between job executions to support multiple corno nodes, so two different nodes will not execute the same jobe416113Add 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.