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
If you run dynosaur on heroku, your app will be restarted at least every 24 hours. So you will have less than 24 hours worth of data, yet the Papertrail plugin requires a full day of data since it resets every 24 hours too.
If these two events happen at the wrong time, you will be scaling down and then rapidly scaling back up, which for one thing makes Papertrail (the company) unhappy.
A fix for this might involve storing the RingBuffer data in Redis. Redis might have a data structure that can act as a ringbuffer.
Note: I have disabled our papertrail scaling because of this and #14.
The text was updated successfully, but these errors were encountered:
If you run dynosaur on heroku, your app will be restarted at least every 24 hours. So you will have less than 24 hours worth of data, yet the Papertrail plugin requires a full day of data since it resets every 24 hours too.
If these two events happen at the wrong time, you will be scaling down and then rapidly scaling back up, which for one thing makes Papertrail (the company) unhappy.
A fix for this might involve storing the RingBuffer data in Redis. Redis might have a data structure that can act as a ringbuffer.
Note: I have disabled our papertrail scaling because of this and #14.
The text was updated successfully, but these errors were encountered: