issues
search
chaps-io
/
gush
Fast and distributed workflow runner using ActiveJob and Redis
MIT License
1.05k
stars
106
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Client#page return valid results if old job/worker class no longer exists
#121
ttriggs
opened
3 days ago
0
Fixed the workflow redis key format used in `Client#next_free_workflow_id`
#120
noahfpf
closed
3 months ago
3
Improved redis performance in large keyspace, added pagination, and auto-expiration
#119
noahfpf
closed
3 months ago
9
Persist dependencies so that `Workflow#configure` is not required on load
#118
noahfpf
closed
3 months ago
4
`Gush::Client` now delegates the `ActiveJob.perform_later` call to `Gush::Job`
#117
noahfpf
closed
3 months ago
0
Fix workflow status when the workflow is pending to start
#116
noahfpf
closed
3 months ago
1
Added rubocop for code style consistency
#115
noahfpf
closed
3 months ago
1
add missing json attribute to Gush::Job
#114
entei
closed
4 months ago
1
Add globals and kwargs to Workflow and Job
#113
noahfpf
closed
4 months ago
1
Added `sync` option to job configuration to run job synchronously / immediately
#112
noahfpf
closed
4 months ago
7
Integration with sidekiq-status
#111
riyaadh-abrahams
opened
5 months ago
3
Are you open for a Postgresql client?
#110
mariochavez
opened
6 months ago
3
Add Gush::Job#skip! (refresh)
#109
natemontgomery
opened
8 months ago
9
Allow setting redis options
#108
krzyzak
closed
8 months ago
2
Update gush dependencies
#107
krzyzak
closed
8 months ago
5
Feat/rails 7.1.2
#106
welingtonsampaio
closed
8 months ago
6
Adds keyword arguments to configure - Ruby 3.0 support
#105
toreym
closed
1 month ago
2
Allow configuring redis via a option hash
#102
wnm
closed
5 months ago
10
Allow redis 5
#101
toreym
closed
8 months ago
1
Update redis dependency >= 3.2, < 6
#100
toreym
closed
1 year ago
2
Add wait parameter to jobs
#99
helmuthfilho
closed
1 year ago
3
Polling scenario in job
#98
arrowcircle
opened
1 year ago
5
Dead Link to "Parallelizing Operations With Dependencies" by Stephen Toub
#97
csaunders-humi
opened
2 years ago
0
Rewrite to use graphs natively thanks to RedisGraph module
#96
pokonski
closed
6 months ago
1
Adjust workflow exclusions
#94
pokonski
closed
2 years ago
0
Remove rails 7.0 limit; set to rails 7.1
#93
joshRpowell
closed
2 years ago
3
cannot create workflow instance
#92
shuheix
closed
2 years ago
2
Project Idea - Web UI
#91
shaul75
closed
2 years ago
1
Custom Redis client
#90
Pitus660
closed
2 years ago
0
Fix workflow status when the workflow is pending to start
#89
Pitus660
closed
3 months ago
3
Add Rails version to CI matrix
#88
kzkn
closed
2 years ago
4
Fix thor version lock
#87
manhcuongdtbk
closed
2 years ago
0
Can I create a dynamic workflow based on job's output?
#86
MiguelCorti
closed
2 years ago
1
Update: thor to >= 0.19, < 1.3; terminal-table to >= 1.4, < 3.1
#85
joshRpowell
closed
2 years ago
9
Fix broken ci
#84
kzkn
closed
2 years ago
1
Use Redis#exists? in Gush::Client.next_free_workflow_id
#83
fred-tyemill
closed
2 years ago
3
Project status
#82
kzkn
closed
2 years ago
8
Remove load bundler at bin file
#81
mataki
opened
4 years ago
0
Removed GPL libraries in favor of MIT compatible ones
#80
rmorlok
closed
2 years ago
2
Removed GPL libraries in favor of MIT compatible ones
#79
rmorlok
closed
4 years ago
1
Support redis sentinel and other advanced options from redis-rb
#78
luong-komorebi
closed
2 years ago
1
Update Gem on RubyGems
#77
jatindhankhar
closed
2 years ago
3
Gush can work with ActiveJob 6, no need to limit it to < 6.0.
#76
anirbanmu
closed
4 years ago
1
Limit number of redis connections and fix ttl bug
#75
anirbanmu
closed
4 years ago
5
Allow RedisMutex’s locking duration and polling interval to be customizable
#74
thukim
closed
2 years ago
1
Update README for dynamic queue for jobs
#73
suonlight
closed
2 years ago
0
Fix CLI to display removed/renamed jobs
#72
suonlight
opened
5 years ago
3
Try to enqueue outgoing jobs in another worker
#71
suonlight
closed
5 years ago
5
Fixed typo on README.md
#70
pinglamb
closed
2 years ago
0
Attempting a quick workaround for gush creating a massive number of r…
#69
anirbanmu
closed
5 years ago
1
Next