Use the read-only replica for JPA invoicing (#1494)

* Use the read-only replica for JPA invoicing
This commit is contained in:
gbrodman
2022-01-20 20:50:10 +00:00
committed by GitHub
parent c6008b65a0
commit c602aa6e67
2 changed files with 17 additions and 11 deletions
@@ -69,6 +69,12 @@
"regexes": [
"^DATASTORE|CLOUD_SQL$"
]
},
{
"name": "jpaTransactionManagerType",
"label": "The type of JPA transaction manager to use if using SQL",
"helpText": "The standard SQL instance or a read-only replica may be used",
"regexes": ["^REGULAR|READ_ONLY_REPLICA$"]
}
]
}