Nebo15 / annon.api

Configurable API gateway that acts as a reverse proxy with a plugin system.
http://docs.annon.apiary.io/
MIT License
331 stars 25 forks source link

Async logging #239

Closed AndrewDryga closed 7 years ago

AndrewDryga commented 7 years ago

TODOs:

If you submit new feature:

AndrewDryga commented 7 years ago

I’m looking for a better way to handle async requests to the database with Ecto.SQL.Sandbox. Right now solution is working, but I think it’s ugly.

It’s based on message queue properties, if we Cast a GenServer, we will be blocked until he will process our message. (And it means that LogWriter completed inserting log entries sent earlier.)

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling aef90680c6ed95f414c0f6b4c2dd489742487b42 on async-logging into on master.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling dea6934683b4a060eeaf24808512f7944f4eacab on async-logging into on master.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling db0f3a949671df0f476c1b219f236c259933ea0a on async-logging into on master.