mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-14 16:07:42 +00:00
small tweaks
This commit is contained in:
parent
288c7dc3ec
commit
77a6f67c7b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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: []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue