Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / dv/redis-semaphore issues and pull requests
#75 - Fixed error messages for newer redis versions
Pull Request -
State: closed - Opened by DaveEshopGuide over 1 year ago
#74 - Fixed error messages for newer redis versions
Pull Request -
State: closed - Opened by DaveEshopGuide over 1 year ago
#73 - Fix errors for new redis versions, PR 2 of 3
Pull Request -
State: closed - Opened by ezraezra101 over 1 year ago
- 1 comment
#72 - Fix deprecation warning
Pull Request -
State: closed - Opened by averheim about 2 years ago
#71 - Fix errors for new redis versions
Pull Request -
State: open - Opened by durcak almost 3 years ago
- 3 comments
#70 - Deprecated instance method
Pull Request -
State: closed - Opened by lucas-domeij almost 3 years ago
#69 - Fix key expire timing
Pull Request -
State: closed - Opened by taralbass over 4 years ago
- 1 comment
#68 - Is this project dead?
Issue -
State: open - Opened by denishaskin over 4 years ago
#67 - When should `delete!` be used?
Issue -
State: open - Opened by denishaskin over 4 years ago
#66 - Ensure that the semaphore keeps working when app after lpop of available key
Pull Request -
State: open - Opened by bliof over 4 years ago
#65 - Unlock race condition
Issue -
State: open - Opened by nikolai-b almost 5 years ago
#64 - Lock is not reliable
Issue -
State: open - Opened by nikolai-b almost 5 years ago
#63 - release_stale_locks! does not always release
Issue -
State: open - Opened by ChristofferJoergensen almost 5 years ago
#62 - Fix #60 – Add Timeout exception and optionally raise it when a lock could not be acquired
Pull Request -
State: open - Opened by pelletencate over 5 years ago
#61 - Should any key expire while there are still grabbed keys out?
Issue -
State: open - Opened by pelletencate over 5 years ago
#60 - Optionally raise exception if lock was not successfully acquired
Issue -
State: open - Opened by pelletencate over 5 years ago
#59 - Feature request: set staleness timeout value inside the token
Issue -
State: open - Opened by pelletencate over 5 years ago
#58 - Stale timed out semaphores add extra availability keys when completed
Pull Request -
State: closed - Opened by benniehuangenjoy almost 6 years ago
#57 - linear call for lock is not automatically releasing if exception happen
Issue -
State: closed - Opened by ruby-shahid about 6 years ago
#56 - Using an ActiveSupport::Duration for timeouts results in indefinite block
Issue -
State: open - Opened by GuyPaddock about 6 years ago
#55 - Question: Why can't I check locked? within block
Issue -
State: open - Opened by jcavalieri over 6 years ago
#54 - Protect vs resource leakage
Pull Request -
State: closed - Opened by Avemark over 6 years ago
#53 - Expire all keys
Pull Request -
State: open - Opened by mvincenz about 7 years ago
#52 - Expire all keys
Pull Request -
State: closed - Opened by mvincenz about 7 years ago
#51 - Generated signal is not unique
Issue -
State: open - Opened by enkessler over 7 years ago
- 1 comment
#50 - Fix broken headings in Markdown files
Pull Request -
State: closed - Opened by bryant1410 over 7 years ago
- 1 comment
#49 - Redis Semaphore reaching bad state
Issue -
State: open - Opened by ben-axnick about 8 years ago
- 4 comments
#48 - Calling unlock twice will add cause available resources to increase outside its bounds
Issue -
State: open - Opened by mikebaldry about 8 years ago
#47 - bumping staleness
Issue -
State: open - Opened by orenmazor about 8 years ago
#46 - Recognize lock state of other semaphores with the same key.
Pull Request -
State: open - Opened by eugenk over 8 years ago
- 1 comment
#45 - Recognize the lock state of multiple semaphores using the same key
Issue -
State: open - Opened by eugenk over 8 years ago
- 1 comment
#44 - add ruby 2.3.0 and 2.3.1 to travis ci
Pull Request -
State: closed - Opened by sgringwe over 8 years ago
#43 - Fix CI
Pull Request -
State: closed - Opened by dv over 8 years ago
#42 - Fix Stack level too deep after sem.lock(0)
Pull Request -
State: closed - Opened by eugenk almost 9 years ago
- 10 comments
#41 - Question: Lock across applications
Issue -
State: closed - Opened by coding-bunny almost 9 years ago
- 2 comments
#40 - Stack level too deep after sem.lock(0)
Issue -
State: closed - Opened by eugenk almost 9 years ago
- 5 comments
#39 - Ensure EXISTS key is not orphaned when expire is used
Pull Request -
State: open - Opened by jcalvert almost 9 years ago
- 6 comments
Labels: needs work
#38 - Make timeout=0 cause non-blocking behaviour. Fixes #37.
Pull Request -
State: closed - Opened by tomclose over 9 years ago
- 1 comment
#37 - Passing a timeout of zero doesn't work
Issue -
State: closed - Opened by tomclose over 9 years ago
#36 - Make exception more specific to suppress rspec warnings
Pull Request -
State: closed - Opened by tomclose over 9 years ago
- 1 comment
#35 - Expire available keys after unlocking
Pull Request -
State: closed - Opened by dany1468 over 9 years ago
- 3 comments
#34 - add internal mutex to Redis::Semaphore for handling threads
Pull Request -
State: closed - Opened by dluxemburg almost 10 years ago
#33 - Fix deadlocks, small improvements
Pull Request -
State: open - Opened by mediaslave24 almost 10 years ago
- 1 comment
Labels: needs work
#32 - Available keys are not expired when expiration is set
Issue -
State: closed - Opened by skateinmars almost 10 years ago
- 1 comment
#31 - Fixing available resources for non-locked semaphores
Pull Request -
State: closed - Opened by mikeryz-rosie almost 10 years ago
- 1 comment
#30 - available_count is incorrect for new semaphores
Issue -
State: closed - Opened by mikeryz almost 10 years ago
- 5 comments
#29 - Use safer mutex
Pull Request -
State: closed - Opened by duien almost 10 years ago
- 1 comment
#28 - Locking a semaphore fails across multiple servers
Issue -
State: closed - Opened by Geesu about 10 years ago
- 2 comments
#27 - Send TIME command to redis connection
Pull Request -
State: closed - Opened by sos4nt about 10 years ago
- 1 comment
#26 - Fix usage of the connection paramenter in examples
Pull Request -
State: closed - Opened by betelgeuse about 10 years ago
- 1 comment
#25 - Small cleanup commits
Pull Request -
State: closed - Opened by betelgeuse about 10 years ago
- 1 comment
#24 - Add support for an expiration option.
Pull Request -
State: closed - Opened by jcalvert about 10 years ago
- 1 comment
#23 - release_stale_locks! might never release a stale lock
Issue -
State: closed - Opened by mfischer-zd over 10 years ago
- 5 comments
#22 - Make block-based locking return the value of the block.
Pull Request -
State: closed - Opened by frobcode over 10 years ago
- 3 comments
#21 - Use the new expect syntax in all specs
Pull Request -
State: closed - Opened by sb8244 over 10 years ago
- 1 comment
#20 - Use hkeys to retrieve tokens from grabbed_key hash
Pull Request -
State: closed - Opened by presskey over 10 years ago
- 2 comments
#19 - It looks like it meant to be "token" here
Pull Request -
State: closed - Opened by dmitriy-kiriyenko over 10 years ago
- 1 comment
#18 - Deadlock when reusing redis connection
Issue -
State: open - Opened by stephankaag almost 11 years ago
- 14 comments
#17 - Incorrect documentation for :connection argument
Issue -
State: closed - Opened by mfischer-zd about 11 years ago
#16 - Fix current_time support for Redis versions < 2.6
Pull Request -
State: closed - Opened by dubdromic over 11 years ago
- 1 comment
#15 - 0.2.0 breaks compatibility with redis < 2.6.0
Issue -
State: closed - Opened by pivotal-cloudplanner over 11 years ago
- 1 comment
#14 - Use Redis server time for lock creation and expiry
Pull Request -
State: closed - Opened by dubdromic over 11 years ago
- 1 comment
#13 - Use Redis server time instead of local time
Issue -
State: closed - Opened by FooBarWidget over 11 years ago
- 4 comments
Labels: Todo
#12 - Timeout should be specified in seconds not ms
Pull Request -
State: closed - Opened by scomma over 11 years ago
- 3 comments
#11 - Fix typo in README
Pull Request -
State: closed - Opened by scomma over 11 years ago
- 1 comment
#10 - Duplicated tokens when using timeouts
Issue -
State: open - Opened by dv over 11 years ago
- 3 comments
#9 - Tagging releases to github
Issue -
State: closed - Opened by betelgeuse almost 12 years ago
- 1 comment
#8 - Remove ownership of semaphore lock
Issue -
State: open - Opened by dv about 12 years ago
Labels: Todo
#7 - Tweak. Also check if defined Redis::Namespace
Pull Request -
State: closed - Opened by ruurd about 12 years ago
- 1 comment
#6 - Check if we use a Redis namespace, use single colon as node separator
Pull Request -
State: closed - Opened by ruurd about 12 years ago
- 1 comment
#5 - Handle clients going away without relinquishing the lock
Pull Request -
State: closed - Opened by timgaleckas over 12 years ago
- 7 comments
#4 - Add resource index to multiple resource semaphore
Pull Request -
State: closed - Opened by timgaleckas over 12 years ago
- 1 comment
#3 - Update docs and specs re:redis-namespace
Issue -
State: open - Opened by dv over 12 years ago
Labels: Todo
#2 - allow use of redis-namespace as redis client
Pull Request -
State: closed - Opened by neovintage over 12 years ago
- 4 comments
#1 - RuntimeError: ERR timeout is not an integer or out of range
Issue -
State: closed - Opened by betelgeuse over 12 years ago
- 4 comments