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
Some users would like to run bisonw as a service. There are three things specifically that would help make this a better experience for them.
On shutdown we require a y/n input on shutdown if the user has active orders. If one is running as a service/daemon then they cannot send y and the process will be killed anyway, possibly resulting in data corruption. We should allow building with a flag that disables the last prompt.
Login requires navigating to an rpc or the web server after starting. We could allow passing the password by flag as well to log on after start up without another step.
mm cannot be started automatically. Again we could just start all bots with a flag.
The text was updated successfully, but these errors were encountered:
Some users would like to run
bisonw
as a service. There are three things specifically that would help make this a better experience for them.y/n
input on shutdown if the user has active orders. If one is running as a service/daemon then they cannot send y and the process will be killed anyway, possibly resulting in data corruption. We should allow building with a flag that disables the last prompt.The text was updated successfully, but these errors were encountered: