sparse-intern-71089
06/22/2023, 11:08 PMlemon-agent-27707
06/23/2023, 4:03 PMpulumi up
can run on a stack at a time. There could be two things going on:
1. Your actions aren't queueing and are trying to run in parallel, and you're trying to run concurrent updates which will fail.
2. Sometimes if a job crashes mid update a stack can get stuck in this state for a few minutes before the update times out. You can run pulumi cancel
if that is the case to remove the lock.elegant-gigabyte-8733
06/23/2023, 5:47 PM