Skip to content

Commit

Permalink
Set default timeout for queues using unix socket (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzwei authored Oct 26, 2023
1 parent 05a29ea commit ed7ae65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/aap_eda/settings/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,11 @@ def _get_secret_key() -> str:
RQ_QUEUES = {
"default": {
"UNIX_SOCKET_PATH": RQ_UNIX_SOCKET_PATH,
"DEFAULT_TIMEOUT": -1,
},
"activation": {
"UNIX_SOCKET_PATH": RQ_UNIX_SOCKET_PATH,
"DEFAULT_TIMEOUT": -1,
},
}
else:
Expand Down

0 comments on commit ed7ae65

Please sign in to comment.