shared memory vs celery option
frankwiles opened this issue · 2 comments
frankwiles commented
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.
sks444 commented
@frankwiles, any progress on this?
frankwiles commented
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.