68publishers / consent-management-platform

🛡 Easily manage user consents and the cookie widget
15 stars 4 forks source link

Feature: statistics optimization #40

Closed tg666 closed 1 year ago

tg666 commented 1 year ago

Makefile commands behaviour:

make start - starts app, db, redis (no worker) make start-worker - starts worker make stop - stops everything make stop-worker - stops worker only make down - drops everything

(command make down-worker would not make sense as it would fail to remove the common network).