View background tasks
AuthProxy Admin UI itself provides a Tasks view that allows you to monitor the Asynq background tasks.

If you would like further granularity, you can use Asynq tools directly. To manage tasks in asynq, install the asynq cli:
go install github.com/hibiken/asynq/tools/asynq@latestand run the cli:
asynq dashrun the web monitoring tool:
docker run --rm \ -d \ --name asynqmon \ --network authproxy \ -p 8090:8080 \ hibiken/asynqmon \ --redis-addr=redis-server:6379open the web ui:
open http://localhost:8090