Improve Thread Management for data collection
- Implement the "respawn" method for launching the collection threads in case of system restart.
- Implement activation/deactivation of a collection thread when a resource is updated.
- Consider using a second Redis environment for caching data (current implementation is using the same Redis of Sidekiq).