Pēteris Caune

Results 237 comments of Pēteris Caune

I installed 7.55.0 to test. The UI is sharp if I run it as signal-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland But, same as before, * the app does not launch on the first...

I'm currently using signal-desktop 7.68.0 on Ubuntu 24.04, and am using 150% fractional scaling. The issue is still present: * If I install and launch signal-desktop, the UI is not...

Thanks for the suggestion. The existing Webhook integration should work for this already. Before developing a dedicated integration, I'd like to see substantial end user (ideally, paying or would-be-paying end...

Thanks for the suggestion. What is the use case for this?

I see. There could be an analogous situation with other integrations too – Slack, Discord, Google Chat, MS Teams etc. So I would rather not add something Telegram-specific. Wouldn't a...

Thanks for the report. Reports are sent by the `manage.py sendreports` management command. This command is run on container startup [automatically by uwsgi](https://github.com/healthchecks/healthchecks/blob/41e2e694c0211f614ba51ca084901d64e9b72d34/docker/uwsgi.ini#L32). If `sendreports` throws an exception and exits,...

As an experiment, I started a healthchecks container like so: ``` docker run \ --name=healthchecks \ -p 8000:8000 \ --restart unless-stopped \ -e DB=sqlite \ -e DB_NAME=/data/hc.sqlite \ -e DEBUG=False...

If you don't see `SIGINT/SIGTERM received...killing workers...` in logs since the start then it is in normal state.

There's another clue in your log output, before this line: ``` {"log":"SIGINT/SIGTERM received...killing workers...\n","stream":"stderr","time":"2025-07-22T12:40:24.562005844Z"} ``` There is this line: ``` {"log":"Tue Jul 22 12:40:24 2025 - FATAL hook failed, destroying...

So I understand the problem, can you give an realistic example of such an environment? The healthchecks instance should be behind a reverse proxy, is the reverse proxy running on...