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
We need to set up some kind of a monitoring system for the web application (Where is the site being accessed from? What inputs?). One of the solutions I'm leaning towards is sentry.io, since the original Flask developer works for the organization, and they have a generous free tier, and their integration with the app looks clean and minimal.
The fact that we're using celery for our tasks should make integration even cleaner, since we can start off with monitoring just the statistics from celery.
The text was updated successfully, but these errors were encountered:
We need to set up some kind of a monitoring system for the web application (Where is the site being accessed from? What inputs?). One of the solutions I'm leaning towards is sentry.io, since the original Flask developer works for the organization, and they have a generous free tier, and their integration with the app looks clean and minimal.
The fact that we're using
celery
for our tasks should make integration even cleaner, since we can start off with monitoring just the statistics fromcelery
.The text was updated successfully, but these errors were encountered: