Skip to content

Olin-Hydro/auxin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

auxin

[under development]

Hydro backend

Install Dependencies

pip install -r requirements.txt

Currently following this tutorial: https://tests4geeks.com/blog/python-celery-rabbitmq-tutorial/

Running the app

Start celery:

celery -A auxin worker --loglevel=info

To run a test task run the following in another window:

python3 -m auxin.main

Using Flower

Flower is a web-based monitoring system for Celery. To run flower run the following in a new terminal window:

celery -A auxin flower

Celery will launch a local server at http://localhost:5555

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages