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
I deployed moira on my production environment but as time grows, trigger events is gonna run out of Redis memory. So I suggest add a command tool to clean up outdated trigger events and save memory.
Details
add feature in cli module, use cli --cleanupevents 2d to clean up events triggered two days before.
add database interface to remove those events
The text was updated successfully, but these errors were encountered:
FEATURE
Summary
I deployed moira on my production environment but as time grows, trigger events is gonna run out of Redis memory. So I suggest add a command tool to clean up outdated trigger events and save memory.
Details
cli --cleanupevents 2d
to clean up events triggered two days before.The text was updated successfully, but these errors were encountered: