abc3

Results 17 issues of abc3

## What kind of change does this PR introduce? This PR brings the possibility of exporting export logs to [Logflare](https://logflare.app/). ## What is the current behavior? ## What is the...

# Feature request ## Is your feature request related to a problem? Please describe. Tests show that sending messages by batches is much-much faster than by one (but eats more...

enhancement

## What kind of change does this PR introduce? This PR fixes #125 by adding an additional module `BacklogReplication` that saves all DB updates to the disk. Also, it suggests...

Description of join, system, heartbeat and access_token messages.

To avoid logging sensitive data (passwords, secrets, etc.), we keep it internally as anonymous functions `fn -> some_secret end`. However, during hot upgrades, old links to these funs can become...

this is a separate discussion (apologies, I don't think we had one about it!) but while mocking is pretty convenient here I think it provides less confidence and more fragile...

Can tenant.users ever be a very large number? Because if yes, then this operation can take quite some time and it may be worth discussing if this is a problem...