Merge cluster to master #3

Merged
cyberes merged 163 commits from cluster into master 2023-10-27 19:19:22 -06:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 177dabd209 - Show all commits

View File

@ -55,6 +55,9 @@ if __name__ == "__main__":
start_background()
# Give some time for the background threads to get themselves ready to go.
time.sleep(2)
redis.set('daemon_started', 1)
logger.info('== Daemon Setup Complete ==')