You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally, the HoJBot would crash or stop functioning after a while. Until this known issue is fixed, I think we can still improve reliability but bouncing the bot often. Idea as follows:
Add a keyword argument to the start_bot function called duration_minutes;
Run an async task that
initialize a counter fromduration_minutes
wakes up every minute and count down
if counter becomes zero, exit the program
Modify the run.sh script to run the julia command in a loop.
Add a command line argument to run.sh to enable/disable the loop behavior. For example, I would disable the loop during development because I want to just hit Ctrl-C to exit. With this flag, it will never die.
The text was updated successfully, but these errors were encountered:
Occasionally, the HoJBot would crash or stop functioning after a while. Until this known issue is fixed, I think we can still improve reliability but bouncing the bot often. Idea as follows:
start_bot
function calledduration_minutes
;duration_minutes
The text was updated successfully, but these errors were encountered: