You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating a resource that will create during bootstrapping a log group, if I run cw immediately with the --retry option before the log group has been created, fails if the log group doesn't exist yet.
To Reproduce
Steps to reproduce the behavior:
Which command
cw tail --retry -f myloggroup
Which flags/arguments are used
--retry and -f.
Expected behavior
Wait for the log group to be available.
Screenshots
operation error CloudWatch Logs: FilterLogEvents, https response error StatusCode: 400, RequestID: d50a2e2f-3bdd-4337-815e-647c2b2f9205, ResourceNotFoundException: The specified log group does not exist.
Desktop (please complete the following information):
OS: MacOS Ventura 13.5.2 (22G91)
Terminal: zsh
cw version: 4.1.3
Additional context
Nothing.
The text was updated successfully, but these errors were encountered:
okelet
changed the title
rety option not working
retry option not working
Sep 29, 2023
Describe the bug
After creating a resource that will create during bootstrapping a log group, if I run
cw
immediately with the--retry
option before the log group has been created, fails if the log group doesn't exist yet.To Reproduce
Steps to reproduce the behavior:
--retry
and-f
.Expected behavior
Wait for the log group to be available.
Screenshots
Desktop (please complete the following information):
Additional context
Nothing.
The text was updated successfully, but these errors were encountered: