issues
search
digitalocean
/
go-workers2
better-go-workers
MIT License
132
stars
35
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
redis: upgrade driver to v9
#90
anitgandhi
opened
1 day ago
0
Draft: Add unique enqueue
#89
skunkworker
opened
2 months ago
0
Update usage of wait group in tests to increment it prior to the go func
#88
stefannegrea
closed
6 months ago
0
Fix general warnings golang warnings.
#87
stefannegrea
closed
6 months ago
0
Validate heartbeat configuration set by the user
#86
stefannegrea
closed
6 months ago
0
Fix Heartbeat compatibility, Add HeartBeatLastPushedAt to Manager Stats
#85
skunkworker
opened
6 months ago
2
Remove unneeded golang dependencies.
#84
stefannegrea
closed
11 months ago
0
Update .gitignore file to exclude vscode files
#83
stefannegrea
closed
11 months ago
1
Bump golang.org/x/net from 0.0.0-20201224014010-6772e930b67b to 0.17.0
#82
dependabot[bot]
opened
1 year ago
0
Select updates to apply to 0.10.x release stream
#81
stefannegrea
closed
1 year ago
0
Fix issues with enqueued stat always being empty
#80
zluther89
closed
1 year ago
0
Enable support for enqueueing with context
#79
flacontreras
closed
1 year ago
1
Prioritized active managers by total active managers config and priority assigned to each manager
#78
keitabyte
closed
1 year ago
2
[WIP] Active/passive failover support by worker manager clusters
#77
keitabyte
opened
2 years ago
0
Rename the retry queue to match the ruby version
#76
egravert
closed
2 years ago
0
Add sidekiq web ui heartbeat.
#75
skunkworker
closed
1 year ago
1
Add heartbeat for Sidekiq Web UI compatibility
#74
skunkworker
closed
2 years ago
1
Add retry_max enqueue option and remove code for double parsing of retry flag
#73
stefannegrea
closed
3 years ago
1
Update deserialization code for retry queue
#72
stefannegrea
closed
3 years ago
0
Run manager retries Redis commands via the same pipeline
#71
stefannegrea
closed
3 years ago
0
Add tests for retrieving the retry queues from managers
#70
stefannegrea
closed
3 years ago
0
Use the preconfigured logger for the simple fetcher
#69
stefannegrea
closed
3 years ago
0
Use a local test logger in all the tests
#68
stefannegrea
closed
3 years ago
0
ensure manager logger uses logger from options
#67
tomcz
closed
3 years ago
1
Refactoring for retrieving jobs currently in retry queues
#66
stefannegrea
closed
3 years ago
1
Make the mux server for the global api server configurable
#65
stefannegrea
closed
3 years ago
0
Upgrade to the latest Redis driver
#64
stefannegrea
closed
3 years ago
1
Increase test timeout to 60 seconds
#63
stefannegrea
closed
3 years ago
0
Add logger configuration for the API server
#62
stefannegrea
closed
3 years ago
0
allow users to use their own API server
#61
tomcz
closed
3 years ago
1
Use a local logger for the api server
#60
stefannegrea
closed
3 years ago
0
Add producer documentation
#59
stefannegrea
closed
3 years ago
0
Configure store logger
#58
stefannegrea
closed
3 years ago
0
Rename api related files
#57
stefannegrea
closed
3 years ago
0
Use a configurable logger for the manager
#56
stefannegrea
closed
3 years ago
0
Run tests via github actions
#55
stefannegrea
closed
3 years ago
0
Set minimum go version to 1.13
#54
stefannegrea
closed
3 years ago
0
Refactor api server code location to a single file
#53
stefannegrea
closed
3 years ago
0
Upgrade all vendored dependencies to latest
#52
stefannegrea
closed
3 years ago
0
Refactor the code that retrieves retries to use the store
#51
stefannegrea
closed
3 years ago
0
Small refactoring and add missing comments
#50
stefannegrea
closed
3 years ago
0
Refactor API server init, updated variable names to match golang casing
#49
stefannegrea
closed
3 years ago
0
Not enough arguments in call to r.client.cmdable.BRPopLPush"
#48
andrewsheelan
closed
3 years ago
6
Retry exhaustion handling for when retries are exhausted.
#47
keitabyte
closed
4 years ago
0
Move panic recovery to its own middleware
#46
hatstand
closed
11 months ago
4
How does ProcessID option work?
#45
slapec93
closed
6 months ago
1
Fixing segfault caused by nil value in redisStore.logger
#44
lucasallan
closed
4 years ago
1
fix: Replace StartStatsServer with StartsAPIServer (introduced in 7602c69)
#43
oprearocks
closed
4 years ago
1
Use type time.Duration for PollInterval instead of int
#42
matheuscscp
closed
3 years ago
0
Allow API server to be stopped
#41
matheuscscp
closed
4 years ago
1
Next