
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
A web interface for Clockwork
:tangerine: Battle-tested at Instacart
Add this line to your application’s Gemfile:
gem "clockwork_web"
And add it to your config/routes.rb
.
mount ClockworkWeb::Engine, at: "clockwork"
Be sure to secure the dashboard in production.
To monitor and disable jobs, hook up Redis in an initializer.
ClockworkWeb.redis = Redis.new
Set the following variables in your environment or an initializer.
ENV["CLOCKWORK_USERNAME"] = "andrew"
ENV["CLOCKWORK_PASSWORD"] = "secret"
authenticate :user, ->(user) { user.admin? } do
mount ClockworkWeb::Engine, at: "clockwork"
end
ClockworkWeb.running?
ClockworkWeb.multiple?
Change clock path
ClockworkWeb.clock_path = Rails.root.join("clock") # default
Turn off monitoring
ClockworkWeb.monitor = false
View the changelog
Everyone is encouraged to help improve this project. Here are a few ways you can help:
To get started with development:
git clone https://github.com/ankane/clockwork_web.git
cd clockwork_web
bundle install
bundle exec rake test
FAQs
Unknown package
We found that clockwork_web demonstrated a healthy version release cadence and project activity because the last version was released less than 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
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.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.