Actions
Bug #36277
closedMake the EventDeamon runner safer to run
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Description
https://guides.rubyonrails.org/threading_and_code_execution.html#wrapping-application-code recommends wrapping any application code in a thread, which is exactly what the EventDaemon does. This makes it play well with thread pools.
Actions