hibiken / asynq

Simple, reliable, and efficient distributed task queue in Go
MIT License
10k stars 714 forks source link

fix: rate redis type assertion #791

Closed gwkline closed 11 months ago

gwkline commented 11 months ago

Attempts to resolve #790

Notably updates x to use asynq 0.24.1 and go-redis v9

gwkline commented 11 months ago

Changing deps alone didn't help, think the asynq.RedisClientOpt type needs to be adjusted.

gwkline commented 11 months ago

Hmm that doesn't seem to work either. @kamikazechaser any idea what could be causing this?

amaury1093 commented 11 months ago

I needed this too, so gave it a try here: #795