Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dynoscale_agent

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynoscale_agent

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Dynoscale Agent

Simple yet efficient scaling agent for Ruby/Rails apps on Heroku

Getting Started

  1. Add dynoscale to your app on Heroku: heroku addons:create dscale
  2. Add the agent Gem to your Gemfile: gem 'dynoscale_agent'
  3. Run bundle: bundle install
  4. Profit! (Literally, this will save you money 😏

The environment variable DYNOSCALE_URL must be set in order for your application to communicate with Dynoscale Servers.

Non-Rails Rack Based Apps

In addition to the above steps, you will need to require 'dynoscale_agent/middleware' and add the DynoscaleAgent::Middleware before the Rack::Runtime in your application.

Data Shared with Dynoscale

  • Dyno Name
  • Application Name
  • queue measurment data for web and worker dynos

Worker Adapter

In addition to Web scaling, Dynoscale collects data on Worker jobs too. At this time Sidekiq and Resque are currently supported.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Mjolnir-Software/dynoscale_agent.

License

The gem is available as open source under the terms of the MIT License

FAQs

Package last updated on 15 Feb 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc