goworker icon indicating copy to clipboard operation
goworker copied to clipboard

goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers.

Results 34 goworker issues
Sort by recently updated
recently updated
newest added

Return the error from conn.Flush() instead of returning nil

Is there any way that the Redis connection pool could be exposed to worker functions somehow? It's a slight inconvenience to have to set up a separate connection pool, reimplement...

For graceful shutdown, how to deal with it? I tried adding waitgroup, cleaning functions etc. but seems no result for this.

When job has been finished by worker,worker key is deleted. The second job proccess, and worker key is setted. Redis pool will cause the order of the above two actions...