Can't run multiple deployments in short succession #347
Labels
No labels
automation
backend
bug
contributor experience
data
deployment
documentation
duplicate
good first issue
help wanted
nice to have
notifications
package maintainer
performance
skin
tech debt
user story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-community/nix-security-tracker#347
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
The workaround is to kill the process, but we can't go on like this for long.
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.
Yes, should, but they don't, apparently.
Unassigned myself until we actually see this happen in the new installation and (if) it becomes an issue again.