Alexander

Results 10 comments of Alexander

Our services that run in docker containers use docker-entrypoint.sh like this: ``` exec consul-template \ -consul-addr "http://consul.service.consul:8500" \ -template "/templates/some.ctmpl:some.conf" \ -exec "service-executable" ``` we use `exec consul-template` for it...

I located cloudbeaver.conf in docker volume (`/var/lib/docler/volumes/...`). Changed the parameter and restarted container. It helped, but I don't think it is the best way

@krisser143 I agree and think it can be done as a user preference setting.

I can confirm this problem. We also encountered with the same version. We use a Docker Swarm cluster and have our app that monitors services start/die events to register/unregister services....

The problem is in lib, because `docker events` cli command outputs start event, while lib not. Logs from docker cli ``` docker events 2023-07-25T07:55:25.154993096Z service update zjdf54ktb16clut9ix1c9iuu7 (name=services_cargoservice) 2023-07-25T07:55:25.165486061Z service...

> The EndpointSpec lets you configure only two things: endpoint mode and published ports. Therefore maybe a workaround is to add to your compose the default value for endpoint mode,...

We've encountered the same problem and we think we found the core of the problem. It lies with parameters passing and timezones https://github.com/hangfire-postgres/Hangfire.PostgreSql/blob/master/src/Hangfire.PostgreSql/PostgreSqlFetchedJob.cs#L81 Our application runs in container which has...

> [@AOne-T](https://github.com/AOne-T) Thank you for your response. What is the maximum date discrepancy did you get in your case? In my situation, it’s two weeks, which doesn’t seem like a...

We have encountered with the same problem but with Postgresql backend. Our investigation led to almost the same result. It hangs while trying to refresh token, but we didn't find...