You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2022/08/16 16:09:03 UTC

[superset] 01/01: update makefile with reports and alerts

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch update-make-file
in repository https://gitbox.apache.org/repos/asf/superset.git

commit cf048d88f938af2f17dc94ce745557a81e1d01fd
Author: hughhhh <hu...@gmail.com>
AuthorDate: Tue Aug 16 12:08:45 2022 -0400

    update makefile with reports and alerts
---
 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