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

Queue names were duplicating from call to call of Work/Init. Because of that, it duplicated the queues without reason. Changed in tests to use flags, since it uses them anyway,...

This issue is more of a question on which way is the better to approach the following issue. I've started using this lib to implement a web service using Resque...

Not sure if this is on the radar, but has any thought gone into supporting Sidekiq too?

When running goworker it takes up 100% cpu, meaning one cpu and pushes the server load to one, and stays there. Is this normal and expected? Can anything be done...

If the Init() is called after SetSetting(), the flags() will replace the settings set previously.

A small change that enables setting a `hostname` via the command line or environment variables. The motivation for this change is that Heroku has unreadable hostnames, and that makes it...

Hi, I'm writing a worker that print out jobs' info to stdout. But the output get mess up with logs when the worker shutdown or cannot connect to redis. I...

but don't expose workerFuncs