with_advisory_lock is a Ruby gem that provides a simple and thread-safe way to use PostgreSQL advisory locks within Ruby applications. It allows developers to wrap critical code sections with database-level locks to prevent race conditions across concurrent processes or threads. It’s especially useful in distributed systems, background job processing, or scheduled tasks where application-level mutexes aren't sufficient.
Features
- Uses PostgreSQL advisory locks to ensure exclusive access
- Thread-safe locking mechanism for Ruby apps
- Simple DSL for wrapping code blocks with a lock
- Supports timeouts and non-blocking lock acquisition
- Compatible with ActiveRecord and Sidekiq
- Prevents duplicate job execution or overlapping tasks
Categories
SQL ClientsLicense
MIT LicenseFollow With Advisory Lock
Other Useful Business Software
Go From AI Idea to AI App Fast
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of With Advisory Lock!