jertel / elastalert2

ElastAlert 2 is a continuation of the original yelp/elastalert project. Pull requests are appreciated!
https://elastalert2.readthedocs.org
Apache License 2.0
914 stars 287 forks source link

About docker startup #1370

Closed MrFrankBolt closed 8 months ago

MrFrankBolt commented 8 months ago

Hi,sorry to bother you.I apply to the elastalert doc to start up container.But error occurred.I searched the container log,And its content is: Traceback (most recent call last): File "/usr/local/bin/elastalert", line 8, in sys.exit(main()) ^^^^^^ File "/usr/local/lib/python3.12/site-packages/elastalert/elastalert.py", line 1923, in main client.start() File "/usr/local/lib/python3.12/site-packages/elastalert/elastalert.py", line 1147, in start self.scheduler.start() File "/usr/local/lib/python3.12/site-packages/apscheduler/schedulers/background.py", line 38, in start self._thread.start() File "/usr/local/lib/python3.12/threading.py", line 992, in start _start_new_thread(self._bootstrap, ()) RuntimeError: can't start new thread

Have you ever met the problem?Hope the reply!