small tweaks

This commit is contained in:
Andre Medeiros 2022-11-05 20:01:35 -04:00
parent 288c7dc3ec
commit 77a6f67c7b
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ func SchedulerCmd(ctx context.Context) *cobra.Command {
} }
defer db.Close() defer db.Close()
redis, err := cmdutil.NewRedisLocksClient(ctx, 16) redis, err := cmdutil.NewRedisLocksClient(ctx, 64)
if err != nil { if err != nil {
return err return err
} }

View file

@ -24,7 +24,7 @@ services:
# Redis (locks) # Redis (locks)
- type: redis - type: redis
name: srv.redis.locks name: srv.redis.locks
plan: standard plus plan: pro
maxmemoryPolicy: noeviction maxmemoryPolicy: noeviction
ipAllowList: [] ipAllowList: []