We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a953c commit 72be591Copy full SHA for 72be591
postgresql.conf.lord.template
@@ -1,5 +1,7 @@
1
shardman.shardlord = on # this instance is shardlord?
2
shardman.shardlord_dbname = ars # shardlord's dbname
3
shardman.shardlord_connstring = 'port=5432' # shardlord's connstring
4
-shardman.cmd_retry_naptime = 500 # sleep milliseconds after failure
+# Sleep milliseconds after any failure during cmd execution. Also, we restart
5
+# shardlord bgw itself after this period of time if it has failed.
6
+shardman.cmd_retry_naptime = 500
7
shardman.poll_interval = 500 # long operations poll frequency in milliseconds
0 commit comments