Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.45 KB

README.rst

File metadata and controls

42 lines (30 loc) · 1.45 KB

Clustercron

Pypi Documentation Status pre-commit.ci status CI status Codecov

Clustercron is cronjob wrapper that tries to ensure that a script gets run only once, on one host from a pool of nodes of a specified loadbalancer. Clustercron select a master from all nodes and will run the cronjob only on that node.

Features

Supported load balancers (till now):

  • AWS Elastic Load Balancing (ELB)
  • AWS Elastic Load Balancing v2 (ALB)