This message was deleted.
# general
s
This message was deleted.
b
IMO the only viable strategy is that you either run
pulumi preview --expect-no-changes
(preferably with
--refresh
) inside a periodic job (eg. Github Action) that pings you (Slack? Email?) when it fails, or do the same but actually apply the stack (and again ping you when it can’t), ensuring that what you think is running and what is actually running are in sync.
👍 1