From 4dc9d1a481417bb78606996fa75c791bb646f44f Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 14 Dec 2024 16:26:30 +0000 Subject: job queue and workers and loggers! --- config.ini | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config.ini') diff --git a/config.ini b/config.ini index 16b9f06..dc95150 100644 --- a/config.ini +++ b/config.ini @@ -11,6 +11,14 @@ username = digitigrade password = digitigrade database = digitigrade +[queue] +; host (required) and port (optional, default = 11300) +; connection details for a beanstalkd job queue server +host = localhost +port = 11300 +; tube name to send all jobs down (optional, default = 'digitigrade') +channel = digitigrade + [debug] ; whether to send full tracebacks on internal server errors (optional, ; default = false) -- cgit v1.3