mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-16 03:41:41 +00:00
* do not run disabled `TwitterStreamAgents` * calling `sleep` within the EM loop blocks the EM thread and thereby blocks the reload callback and proper shutdown of the threaded worker * stopping the EM loop from outside of the `EM.run` blocks does not seem to work reliably, using a timer and checking if shutdown was requested works as expected * removed unnecessary sleep at the end of the EM loop which would delay the shutdown of the thread |
||
---|---|---|
.. | ||
capistrano | ||
agents_exporter.rb | ||
google_calendar.rb | ||
huginn_scheduler.rb | ||
json_with_indifferent_access.rb | ||
liquid_migrator.rb | ||
rdbms_functions.rb | ||
twitter_stream.rb | ||
utils.rb |