Skip to content

Commit

Permalink
client: increase default get_pid timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
assafgi committed Nov 5, 2019
1 parent 5b1ecbc commit edcb8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talker/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
REDIS_RETRY_ON_TIMEOUT = True
REDIS_HEALTH_CHECK_INTERVAL = 30

JOB_PID_TIMEOUT = 1 * SECOND
JOB_PID_TIMEOUT = 3 * SECOND
TALKER_COMMAND_LOST_RETRY_ATTEMPTS = 1
COMMANDS_KEY_TIMEOUT = timedelta(days=1)

Expand Down

0 comments on commit edcb8c8

Please sign in to comment.