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
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
Is there an existing issue for this?
Current Behavior
Delete message will error out after changing the visibiliity time out as it is still using inital start time from receipt handle to validate.
https://github.com/localstack/localstack/blob/main/localstack-core/localstack/services/sqs/models.py#L1012
#12442
Expected Behavior
Should be able to delete the message after changing the visibility timeout
How are you starting LocalStack?
Custom (please describe below)
Steps To Reproduce
How are you starting localstack (e.g.,
bin/localstackcommand, arguments, ordocker-compose.yml)I'm using helm chart with tilt
helm_remote(
'localstack',
'https://localstack.github.io/helm-charts',
namespace='localstack',
values=[os.path.dirname(file) + '/localstack/values.yaml'],
)
Environment
Anything else?
Please use the self.visibility_deadline in _pre_delete_checks.