mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-14 14:23:27 +01:00
[PR #32] [MERGED] Support multiple nodes #83
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.