Skip to content

Commit

Permalink
worker: Process the default queue, pass --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Jan 26, 2025
1 parent 277b71e commit f94bcee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ case "${1:-}" in
exec dramatiq-gevent worker:redis_broker \
--processes 1 \
--threads 1 \
--queues webhooks
--verbose
;;
*)
# Execute remaining arguments
exec "${@:-}"
;;
esac
esac

0 comments on commit f94bcee

Please sign in to comment.