
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
RainCatcher utilises the raindrops statistics tool to automatically log queue data for Rack web servers (e.g. Unicorn) running Rails.
Add this line to your application's Gemfile:
gem 'rain_catcher', '~> 0.2.3'
And rebuild your bundle:
bundle install
RainCatcher automatically adds a hook into all web requests made to your application controller which will make a new log entry not more frequently than a predetermined interval.
When each request is processed, if the configured interval has elapsed then a log entry will be made.
Variable | Default Value | Meaning |
---|---|---|
RAIN_CATCHER_LOG_INTERVAL | 30 | Minimum number of seconds between each log entry |
RAIN_CATCHER_LOG_LEVEL | INFO | Log level to use for log entries |
RAIN_CATCHER_APPLICATION_NAME | [inferred from Rails] | Application identifier which will be included in all log entries |
Log entries are output as JSON. For example:
{"active":5,"queued":2,"source":"rain_catcher","application":"myapp","environment":"production"}
FAQs
Unknown package
We found that rain_catcher demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.