Skip to content

Commit

Permalink
update makefile with reports and alerts (#21102)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh authored Aug 17, 2022
1 parent 8005b7f commit 94e8fd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 94e8fd3

Please sign in to comment.