issues
search
solid-process
/
the-lab
This project serves as a laboratory for the solid-process ecosystem.
9
stars
2
forks
source link
Improve Solid::Process::EventLogsRecord::Listener throughput
#2
Closed
serradura
closed
7 months ago
serradura
commented
7 months ago
Add
Solid::Process::EventLogsRecord::Executor
to handle the listener's concurrency (using a thread pool).
Use
Rails.error.record
to catch any error on the listener and report it.
Solid::Process::EventLogsRecord::Executor
to handle the listener's concurrency (using a thread pool).Rails.error.record
to catch any error on the listener and report it.