Skip to content
#

cql

Here are 113 public repositories matching this topic...

CovenantSQL
edperry
edperry commented Nov 27, 2019

I am trying to figure out how to bring online 2 servers in to the "cluster" so I have redundancy of the miners and other components

I already have 1 Host running all the Private Deploy and pushed the container to a private docker repository

Now I am trying to figure out what "minimum" I need to bring online a second server.

I suspect the steps are close but I am pretty sure I copied too m

mdnazmulkarim
mdnazmulkarim commented Mar 11, 2020

Test names:
QuantityEqCM1M01 : 1'cm' = 0.01'm'
GreaterM1CM1 : 1'm' > 1'cm'
GreaterM1CM10 : 1'm' > 10'cm'
GreaterOrEqualM1CM1 : 1'm' >= 1'cm'
GreaterOrEqualM1CM10 : 1'm' >= 10'cm'
LessM1CM1 : 1'm' < 1'cm'
LessM1CM10 : 1'm' < 10'cm'
LessOrEqualM1CM1 : 1'm' <= 1'cm'
LessOrEqualM1CM10 : 1'm' <= 10'cm'
EquivEqCM1M01 : 1'cm' ~ 0.01'm'
QuantityNotEqCM1M01 : 1'cm' != 0.01'm'

brynrhodes
brynrhodes commented Feb 19, 2020

For MeasureReport, this means the canonical reference to the Measure should include the version of the Measure. For GuidanceResponse, the version of the PlanDefinition, and for CDS Hooks responses, the source should be:

"source": {
  "label": "<PlanDefinition.title ?? PlanDefinition.name>",
  "url": "<PlanDefinition.url + '|' + PlanDefinition.version>"
}
bug
juliayakovlev
juliayakovlev commented Jul 16, 2019

Prerequisites

  • Are you rebased to master ?
  • Is it reproducible ?
  • Did you perform a cursory search if this issue isn't opened ?

Versions

  • SCT: [branch or hash tag you are working on] any

Description

SCT log has a lot of prints like:

c:sdcm.sct_events      p:INFO  > {"id":868,"message":"Annotation added"}

It seems unnecessary. It create a

Improve this page

Add a description, image, and links to the cql topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cql topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.