-
`cf-renewer` lists the docs in the DB, then submits them with `start` date set to the start of the month.
renewer submits start for the current month. There is a rare chance that in exactly this m…
-
I would like to propose a split of the system scope to:
- transport scope
- corrective scope
The transport scope will be used in the same way as we use the system scope now - to allow asynchronous pr…
-
Currently we scale microservices as applications (aggregator-0, aggregator-1, etc.). Each application receives submissions for particular organization (see #536). To guarantee consistency we use locks…
-
We now use function calls for `secured` and `slack` in most components, instead of pure constants.
AFAICT we use functions to make setting up test environments easier by simply changing the SECURE…
-
Hi,
We are interested in getting aggregated usage report call for a consumer App using Graph query.
The query looks like this
``` graphql
{
organization(
organization_id: "b8d4cc2d-cef0-4343-a…
-
#601 proposes /health endpoint. Usually we wrap endpoints with breaker to use performance counters and feed it with data to open in case of a problem.
To have long-running apps health in the perf. …
-
vcapenv removes the schema and domain from proper host names
For example `https://.` will become `https://.` after processing.
This forces users to specify hostnames with ports like `https://.:4…
-
Hi,
The id generated by the `seqid` package is not guaranteed to be unique:
https://github.com/cloudfoundry-incubator/cf-abacus/blob/94ce220b6217380a52644697fce48dbf981c30d4/lib/utils/seqid/src/in…
ghost updated
7 years ago
-
In case a document is renewed and carry-over db is down, renewer will retry renew the same document, which would result in 409 response from Abacus. This would lead to bypass carry-over write.
-
It seems that there is inconsistent behavior of both db clients in `allDocs` with specified list of keys.
Here is sample [unit test](https://github.com/SAP/cf-abacus/commit/880634f0aa578c5317f89a36df…