From 94e8fd3b3512ef9553fe29a8f71831cfdad455bd Mon Sep 17 00:00:00 2001 From: "Hugh A. Miles II" Date: Tue, 16 Aug 2022 20:51:49 -0400 Subject: [PATCH] update makefile with reports and alerts (#21102) --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 8304ccfb15..84ecd69e9f 100644 --- a/Makefile +++ b/Makefile @@ -107,5 +107,11 @@ open-cypress: if ! [ $(port) ]; then cd superset-frontend/cypress-base; CYPRESS_BASE_URL=http://localhost:9000 npm run cypress open; fi cd superset-frontend/cypress-base; CYPRESS_BASE_URL=http://localhost:$(port) npm run cypress open +report-celery-worker: + celery --app=superset.tasks.celery_app:app worker + +report-celery-beat: + celery --app=superset.tasks.celery_app:app beat --pidfile /tmp/celerybeat.pid --schedule /tmp/celerybeat-schedulecd + admin-user: superset fab create-admin