Skip to content

woltapp/celery-farmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Atte Lautanala
Apr 3, 2023
ede1c6a · Apr 3, 2023
Dec 26, 2018
Mar 29, 2022
May 27, 2020
Jan 2, 2023
Dec 27, 2018
Dec 26, 2018
Jul 31, 2017
Oct 7, 2021
Dec 26, 2018
Oct 7, 2021
Apr 3, 2023
Jan 12, 2022
Oct 7, 2021
Jan 8, 2021
Dec 26, 2018
Dec 27, 2018
Apr 3, 2023
Jan 12, 2022

Repository files navigation

Celery Farmer

Image of farmer

Farmer will monitor how the Celery cluster is behaving.

Usage

Requirements

  • Python, versions 3.7, 3.8, 3.9, and 3.10 are supported
  • Celery >=4.0, other versions may not work
  • Pip or Pipenv

Install

Install package with pipenv:

pipenv install celery-farmer

Or pip:

pip install celery-farmer

Run

Run celery-farmer with shell command:

celery-farmer

Configuration

Development

Requirements

  • Pipenv

Clone repository and install development requirements with:

pipenv install --dev

Running tests

Run all tests, typecheck and linter with:

pipenv run all-tests

Run only typecheck with:

pipenv run typecheck

Run only tests with:

pipenv run test

Or invoke pytest directly:

pytest

Run only linter with:

pipenv run lint

Or invoke flake directly:

flake8

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published