You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This is an issue discussing how to migrate this app to DDS.
At the moment, this uses 2 Heroku features:
S3 Bucketeer: A heroku add-on that manages a AWS S3 Storage Bucket for a heroku app.
Heroku Redis: Heroku's redis platform.
At the moment the S3 storage is directly created by heroku. In order to migrate to DDS, we will need to create a bucket (using plotly's credentials), and update the credentials of the app using that bucket. We then will need to create a DDS deployment and setup Redis.