Skip to content

Commit dab658d

Browse files
authored
chore: Remove queue config
1 parent 344e9a8 commit dab658d

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

deployment/lily/config.toml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -59,31 +59,3 @@
5959
SchemaName = "visor"
6060
PoolSize = 20
6161
AllowUpsert = false
62-
63-
[Queue]
64-
[Queue.Notifiers]
65-
[Queue.Notifiers.Notifier1]
66-
Network = "tcp"
67-
AddrEnv = "LILY_REDIS_ADDR"
68-
Username = ""
69-
PasswordEnv = "LILY_REDIS_PASSWORD"
70-
DB = 0
71-
PoolSize = 0
72-
[Queue.Workers]
73-
[Queue.Workers.Worker1]
74-
[Queue.Workers.Worker1.RedisConfig]
75-
Network = "tcp"
76-
AddrEnv = "LILY_REDIS_ADDR"
77-
Username = ""
78-
PasswordEnv = "LILY_REDIS_PASSWORD"
79-
DB = 0
80-
PoolSize = 0
81-
[Queue.Workers.Worker1.WorkerConfig]
82-
Concurrency = 1
83-
LoggerLevel = "debug"
84-
WatchQueuePriority = 5
85-
FillQueuePriority = 3
86-
IndexQueuePriority = 1
87-
WalkQueuePriority = 1
88-
StrictPriority = false
89-
ShutdownTimeout = 30000000000

0 commit comments

Comments
 (0)