Can't run multiple deployments in short succession #347

Open
opened 2024-11-13 12:25:46 +00:00 by fricklerhandwerk · 3 comments
fricklerhandwerk commented 2024-11-13 12:25:46 +00:00 (Migrated from github.com)

For reasons not entirely clear to me, merging multiple PRs after each other blocks subsequent deployments. Postgres seems stuck on something and doesn't get out of that loop again.

image

The workaround is to kill the process, but we can't go on like this for long.

For reasons not entirely clear to me, merging multiple PRs after each other blocks subsequent deployments. Postgres seems stuck on something and doesn't get out of that loop again. ![image](https://github.com/user-attachments/assets/87b92fd0-f0d6-4e5f-b198-26ed1be89134) The workaround is to kill the process, but we can't go on like this for long.
RaitoBezarius commented 2024-11-13 12:58:29 +00:00 (Migrated from github.com)

Isn't the problem migration? Also, multiple subsequent deployments should probably cancel the previous one or something? We don't have any concurrency group control.

Isn't the problem migration? Also, multiple subsequent deployments should probably cancel the previous one or something? We don't have any concurrency group control.
fricklerhandwerk commented 2024-11-13 13:34:51 +00:00 (Migrated from github.com)

Yes, should, but they don't, apparently.

Yes, should, but they don't, apparently.
Erethon commented 2025-01-13 21:13:53 +00:00 (Migrated from github.com)

Unassigned myself until we actually see this happen in the new installation and (if) it becomes an issue again.

Unassigned myself until we actually see this happen in the new installation and (if) it becomes an issue again.
Sign in to join this conversation.
No description provided.