Skip to content

A simple production grade golang Job queue system with a slick dashboard

Notifications You must be signed in to change notification settings

retail-ai-inc/beanq

Repository files navigation

beanq

We are heavily working on this project, please stay tuned!

Example Explanation

Start and enter the container.

docker compose up -d --build

docker exec -it beanq-example bash

delay example:

make delay

normal example:

make normal

sequential example:

make sequential

When you want to exit the container, please remember to execute the clean command, as env.json needs to be restored.

make clean