gocraft / work

Process background jobs in Go
MIT License
2.4k stars 339 forks source link

Add new functionality to check if a job is already registered in the worker pool #227

Closed albertoforcato closed 1 year ago

albertoforcato commented 1 year ago

This PR adds a feature that lets you know if a job has already been registered

httpiga commented 1 year ago

When this will be merged?