hibiken / asynq

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

feat: add finished handler to server config #865

Open hungtcs opened 2 months ago

hungtcs commented 2 months ago

Hi All!

I've added a FinishedHandler to handle the task after it's finished.

Closes #864