From d3348c2ea2f574fba10c1ac8e75f957ab14055eb Mon Sep 17 00:00:00 2001 From: Brendan McDevitt Date: Tue, 19 Apr 2022 01:26:14 -0500 Subject: [PATCH] edit README. add faktory stuff to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 828d233..f6ee6f9 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,16 @@ docker-compose run web rake db:migrate docker-compose run web rake db:seed ``` +### Running faktory +``` +# Launch containers +docker-compose up -d +``` +visit http://localhost:7420 in a web browser for faktory web UI. + +### Scheduling import jobs +A default crontab.yaml has been provided with a reasonable schedule. It uses the [faktory_cron](https://github.com/cdrx/faktory_cron) to schedule and ship importer worker jobs to faktory. + ### Launch Pry console `docker-compose run web rails console`