I'm using stem library in order to control a running tor instance. Problem is that when I use the create_hidden_service API the service is correctly spawned, but after some hours it strangely disappear and is not available anymore.
Somebody have any clues for why this happen?
Edit: the api is called inside a celery task if that can be helpful...