frankwiles/django-app-metrics

shared memory vs celery option

frankwiles opened this issue · 2 comments

Create a way to store up metrics in shared memory and periodically flush them to the backend removing the need/overhead of celery for extremely high traffic sites.

@frankwiles, any progress on this?

No and honestly I doubt we get around to doing a shared memory option. If anything we'd probably not do it in favor of having a Channels option.

On a low traffic site you could install Celery, but set CELERY_ALWAYS_EAGER = True and have the same basic affect.