go-workers icon indicating copy to clipboard operation
go-workers copied to clipboard

Sidekiq compatible background workers in golang

Results 22 go-workers issues
Sort by recently updated
recently updated
newest added

thanks for your excellent work! but I have to read the source code to learn how to use it maybe need more wiki?

Hi, I've been looking at the retry options and I've face something strange. Maybe I just misunderstood. In https://github.com/jrallison/go-workers/blob/master/enqueue.go#L24 you can specify if you wish to retry the task, and...

Easier way to fix the same issue as #60 is fixing

Can somebody please explain to me how these functions work for scheduling a job? Sorry if this doesn't qualify as issue, but there are no steps describing this kind of...

I have a requirement to enqueue a large number of jobs in a short period of time. I think it probably makes sense to try to do so using a...

Since sidekiqweb can not get the key of `goretry` by default, we were able to change the retry key.

Hi @jrallison , could we find a way to run all jobs synchronously when for example an ENV flag is set for it (useful for testing scenarios and easier debugging)....

Hi, is it possible to use go-workers with multiple REDIS servers? In Rails it is possible (see http://stackoverflow.com/questions/22626607/use-multiple-redis-servers-in-sidekiq ). But I could not figure out if this is also possible...

Set of optimizations to avoid unmarshaling and remarshaling cost for go workers.

`go get github.com/customerio/gospec` fails on Travis-CI since it doesn’t contain any buildable Go source files. The (pretty awkward) location of the package is `github.com/customerio/gospec/src/gospec` Sidenote: Why is this unmaintained dependency...