Skip to content

Commit

Permalink
Seem the healthcheck breaks the socket mode handler. disable for now ...
Browse files Browse the repository at this point in the history
  • Loading branch information
heiko-braun committed Jan 12, 2024
1 parent a5f9e04 commit 9496a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slack_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def graceful_shutdown(signum, frame):
socket.disconnect()
socket.close()

healthcheck_process.join()
#healthcheck_process.join()

sys.exit(0)

Expand All @@ -158,7 +158,7 @@ def graceful_shutdown(signum, frame):
signal.signal(signal.SIGTERM, graceful_shutdown)

# healthcheck
healthcheck_process.start()
#healthcheck_process.start()

# scheduler reaper
scheduler.add_job(retire_inactive_conversation, 'interval', seconds=5, id='retirement_job')
Expand Down

0 comments on commit 9496a77

Please sign in to comment.