msramalho 7d5e8de892 delete op
2023-02-26 21:24:54 +01:00
2023-02-25 13:19:42 +01:00
2023-02-26 21:24:54 +01:00
2023-02-25 13:19:42 +01:00
2023-02-25 14:54:41 +01:00
2023-02-21 14:11:32 +00:00
2023-02-24 17:09:32 +01:00

development

http://localhost:8004

requires src/.env

cd /src

  • pipenv install --editable ../../auto-archiver
  • console 1 - docker compose up web redis dashboard
  • console 2 - pipenv shell + celery worker --app=worker.celery --loglevel=info --logfile=logs/celery_dev.log
    • celery --app=worker.celery worker --loglevel=info --logfile=logs/celery_dev.log celery 5
  • console 3 - pipenv shell + uvicorn main:app --host 0.0.0.0 --reload orchestration must be from the console(?)
Description
API to manage users/sheets/URLs and call the auto-archiver in dedicated workers.
Readme MIT 2 MiB
Languages
Python 98.3%
Dockerfile 0.9%
Makefile 0.6%
Mako 0.2%