Added some basic task runner functionality using beanstalkd and the pheanstalk library

This commit is contained in:
2022-10-07 19:17:05 -04:00
parent bb584d5ea0
commit fdb31eeb00
6 changed files with 133 additions and 3 deletions

View File

@ -1,3 +1,8 @@
{
"server_directory": "/opt/minecraft"
"server_directory": "/opt/minecraft",
"beanstalkd": {
"host": "localhost",
"port": 11300
}
}