Skip to content

Commit

Permalink
Remove celery alias
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaysrikakulam committed Feb 22, 2023
1 parent 3b6594f commit 229c0cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/usegalaxy-eu.bashrc/tasks/bashrc_tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
alias glg='journalctl -fu galaxy-gunicorn@* | grep -v -e "/api/upload/hooks" -e "/history/current_history_json"'
alias glh='journalctl -f -u galaxy-handler@*'
alias glw='journalctl -f -u galaxy-workflow-scheduler@*'
alias glc='journalctl -fu galaxy-celery@*'
alias cu='journalctl -u galaxy-gunicorn@*.service --since "10 minutes ago" | grep "/history/current_history_json" | awk "{print \$11}" | sort -u | wc -l'
alias chg2wd='change_to_wd'
alias chg2jwd='change_to_jwd'
Expand Down

0 comments on commit 229c0cb

Please sign in to comment.