Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Enhance cleanup mechanism to account for token expiry #1

@whummer

Description

@whummer

Thanks for publishing this useful library!

After staying connected for some time, the SQS polling fails with:

ExpiredToken: The security token included in the request is expired

In this case, the Node.js process dies, but is unable to perform the cleanup (because deleting the SQS queues would require a valid token).

It would be useful to have a more robust cleanup mechanism, e.g., by defining the name of the queue via the command line, or based on certain attributes attached to the test queue. ontopic could then identify and clean up old left-over SQS queues on startup.

Another option could be to allow the user to update the credentials at runtime.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions