Skip to content

Commit

Permalink
Merge pull request #4991 from camptocamp/redis-lock-timeout
Browse files Browse the repository at this point in the history
Add a Redis lock timeout of two minutes
  • Loading branch information
sbrunner authored Jun 7, 2019
2 parents f58c9b1 + 00e6c08 commit 2cb29bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ vars:
arguments:
host: '{REDIS_HOST}'
port: '{REDIS_PORT}'
db: 0
lock_timeout: 120 # Two minutes
redis_expiration_time: 86400 # One day
distributed_lock: True

Expand Down

0 comments on commit 2cb29bc

Please sign in to comment.