Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/breamware/sidekiq-batch

Sidekiq Batch Jobs Implementation
https://github.com/breamware/sidekiq-batch

Monitoring batches

bdegomme opened this issue 21 days ago
success callback not triggered

Eyoel-T opened this issue 5 months ago
Sidekiq 7 compatibility

damuz91 opened this issue 6 months ago
Negative pending on some batches

betelgeus13 opened this issue 9 months ago
Update for Sidekiq 7

martijnbolhuis opened this pull request 10 months ago
Update for sidekiq 7

gammons opened this pull request 11 months ago
Error: Unsupported command argument type: TrueClass

jlledom opened this issue over 1 year ago
add support for sidekiq 7

JacobBriggsAckama opened this pull request over 1 year ago
on_success callback is fired when some workers are still ongoing

schodevio opened this issue over 1 year ago
Changed exists to exists?

lndl opened this pull request over 1 year ago
Support for Sidekiq::BatchSet

IanVaughan opened this issue over 1 year ago
Sidekiq 7 patch

manaka opened this pull request over 1 year ago
Update fakeredis requirement from ~> 0.8.0 to ~> 0.9.2

dependabot[bot] opened this pull request over 1 year ago
Update README.md to add testing helpers

Overload119 opened this pull request over 1 year ago
Update fakeredis requirement from ~> 0.8.0 to ~> 0.9.1

dependabot[bot] opened this pull request over 1 year ago
Update fakeredis requirement from ~> 0.8.0 to ~> 0.9.0

dependabot[bot] opened this pull request over 1 year ago
Callback is triggered just after perform is call

afuente90 opened this issue almost 2 years ago
Support for sidekiq 7

jpaas opened this pull request almost 2 years ago
How to poll batch status ?

bilouw opened this issue almost 2 years ago
RSpec testing and Stats not updating

lerxcl opened this issue almost 2 years ago
Update sidekiq requirement from >= 3, < 7 to >= 3, < 8

dependabot[bot] opened this pull request almost 2 years ago
Stubbing in rspec in tests

Overload119 opened this issue almost 2 years ago
Support redis client

Ataraxic opened this pull request about 2 years ago
Ensure batch callbacks aren't run unexpectedly

aleksclark opened this pull request about 2 years ago
Job never gets set to complete and stats get deleted

barnaclebarnes opened this issue about 2 years ago
Callback success fired too soon with ActionMailer

KalaTheMother opened this issue about 2 years ago
0.1.9 incompatible with redis-client which is used by sidekiq 7

jpaas opened this issue about 2 years ago
Web UI?

Overload119 opened this issue about 2 years ago
switch exists to exists? so that a boolean is returned and not an integer

hallmatt opened this pull request about 2 years ago
Incorrect logic in valid? method

hallmatt opened this issue about 2 years ago
Bump version to 0.1.9

ignaciovillaverde opened this pull request over 2 years ago
Redis-rb 4.8.0 compatibility fixes

ignaciovillaverde opened this pull request over 2 years ago
Deprecations in logs

Mikkko opened this issue over 2 years ago
Enforce JSON-safe Sidekiq arguments

ya2kleet opened this pull request almost 3 years ago
Non-safe JSON arguments Sidekiq warning

ya2kleet opened this issue almost 3 years ago
Migrate CI to GitHub Actions

petergoldstein opened this pull request almost 3 years ago
Deprecation messages in the logs

carlos-ghan opened this issue almost 3 years ago
Fixed the redis pipeline deprecation warning

mahroz-tech opened this pull request almost 3 years ago
Use yielded block for pipeline arguments

ekampp opened this pull request almost 3 years ago
Add support for on_death callback

bkazez opened this issue over 3 years ago
On complete is called while there are pending jobs

heaven opened this issue over 3 years ago
Batches Tab

jjercx opened this issue over 3 years ago
Upgrade to GitHub-native Dependabot

dependabot-preview[bot] opened this pull request over 3 years ago
Add KnownBatchBaseKlass

ovidiubite opened this pull request almost 4 years ago
Revert "Fix Travis"

nglx opened this pull request about 4 years ago
Fixing travis build

nglx opened this pull request about 4 years ago
Fix Travis

kvokka opened this pull request about 4 years ago
Allow complete enqueue_callback to re run for failed jobs

davidrichey opened this pull request over 4 years ago
Skips on_success callback for some batches

rudrakshi2014 opened this issue over 4 years ago
on_complete called before batched jobs finish running

JakeKarasik opened this issue almost 5 years ago
Update fakeredis requirement from ~> 0.7.0 to ~> 0.8.0

dependabot-preview[bot] opened this pull request almost 5 years ago
Update bundler requirement from ~> 1.12 to ~> 2.1

dependabot-preview[bot] opened this pull request almost 5 years ago
After installation when try to use it show synatx error

lsethi-xoriant opened this issue almost 5 years ago
fix issue #32 - send success after failed jobs successfully end

Wolfer opened this pull request over 5 years ago
Update rake requirement from ~> 12.3 to ~> 13.0

dependabot-preview[bot] opened this pull request over 5 years ago
Any plan to support join?

rderoldan1 opened this issue over 5 years ago
Update rake requirement from ~> 10.0 to ~> 12.3

dependabot-preview[bot] opened this pull request over 5 years ago
Update bundler requirement from ~> 1.12 to ~> 2.0

dependabot-preview[bot] opened this pull request over 5 years ago
on_success callback not called after job retried

tjwallace opened this issue over 5 years ago
Finalize Callbacks Followup

jbrady42 opened this pull request over 5 years ago
on_success / on_complete does not trigger when jobs finishes too fast.

jonathanbruno opened this issue over 5 years ago
Finalise callback cont.

nglx opened this pull request almost 6 years ago
Success Callback always triggered for single failing job

Jay-Plumb opened this issue almost 6 years ago
Callback status and nested batches

jbrady42 opened this pull request about 6 years ago
Update Integration Tests

jbrady42 opened this pull request about 6 years ago
Improve nested batches

djgould opened this pull request about 6 years ago
Rename thread var to :batch to reflect its type

jbrady42 opened this pull request about 6 years ago
Parameterize BID_EXPIRE_TTL to make it variable.

ohsawa0515 opened this issue about 6 years ago
Success Callback calling before all jobs are complete

davidrichey opened this issue about 6 years ago
Bump BID EXPIRE TTL to 30 days

nglx opened this pull request about 6 years ago
Extend batch expire time

maatz opened this issue about 6 years ago
Question about status on callbacks

PedroSena opened this issue over 6 years ago
Is this gem thread safe?

lacostenycoder opened this issue almost 7 years ago
String#constantize

kmatrah opened this issue about 7 years ago
Don't hide exceptions

infinite-monkeys opened this pull request over 7 years ago
rescue nil swallowing exceptions

midhunkrishna opened this issue over 7 years ago
Move success message to log

badlamer opened this pull request over 7 years ago
Question about Batch Callback

jensJJ opened this issue over 7 years ago
Allow multiple callbacks to be added to batch events

darrhiggs opened this pull request almost 8 years ago
Add a Gitter chat badge to README.md

gitter-badger opened this pull request almost 8 years ago
Return flat jids array from #jobs

darrhiggs opened this pull request almost 8 years ago
Invalidate batches

warbot opened this pull request almost 8 years ago
Nested batches

arjenbrandenburgh opened this pull request about 8 years ago
Nested batches

arjenbrandenburgh opened this issue about 8 years ago
Callbacks can now handle string with a class and a method Class#Method

arjenbrandenburgh opened this pull request about 8 years ago
Callback implementation doesn't support class#method

arjenbrandenburgh opened this issue about 8 years ago
Class renamed

skk2010 opened this pull request about 8 years ago
Change API naming

mperham opened this issue over 8 years ago