Introducing the all new Dynoscale Python Agent

Dynoscale users can now connect their Python applications to the Dynoscale Heroku Addon

Introducing the all new Dynoscale Python Agent

Starting today, Dynoscale users can now connect their Heroku Python applications to the Dynoscale Heroku Addon. This is now possible with the launch of version 1.0.0 of the new Python agent. It will seamlessly ship request queuing data to Dynoscale servers allowing for efficient dyno auto scaling based on real user traffic.

Dynoscale is smarter than Heroku's default scaling options and was built to help you save money. The core principle of Dynoscale is that Request Queuing is a better metric than Request Latency. Request queuing is the time spent doing everything for a request except executing your application's business logic. This means that intentionally long running code flows doesn't trigger a false positive auto scale event. This means that your Application will only auto scale when your current dyno count cannot handle user traffic.

To get started, follow the instructions outlined here in our knowledge base.

Launch with Dynoscale Today!
Launch Dynoscale for your Heroku Application and start saving up to 50% of your dyno costs today!
Heroku CLI
heroku addons:create dscale
Click to Copy