Yury Kozlov
Yury Kozlov
consul: v0.37.0 node: v13.3.0 Consider this code: ``` setInterval(() => { console.log('alive'); }, 1000); try { const consul = require('consul')({ promisify: false }); consul.health.service({ service: 'some-service' }, /*callback not supplied*/);...
Hi, we are doing a poc with tailor and trying to initialize fragments with some input data. Here's a simple example: - user sends request to index.html?language=1 - we configure...
Does the tool support repeatable migrations with filenames 'R__desc.cql' like in Flyway ? Thanks
I didn't find any info about parallel migrations in the docs. Does the current implementation support running migration-scripts (from multiple app instances) at the same time? Is there any protection...