Syahid Firdaus

Results 4 comments of Syahid Firdaus

Hi, i have made asynqmon with simple basic auth, you can check this https://github.com/syahidfrd/asynqmon-handler ``` docker run --rm \ --name asynqmon-handler \ -e ASYNQMON_USER=admin \ -e ASYNQMON_PASSWORD=secure123 \ -p 3000:3000...

Hi @diligentaf, already described in the readme

Hi @chud-lori thanks for your contribution! However, I have some concerns about this approach. Right now, the transaction is handled entirely within the repository layer. This works fine if a...