Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch remote collection URL at interval #6

Closed
thim81 opened this issue Nov 15, 2021 · 0 comments
Closed

Fetch remote collection URL at interval #6

thim81 opened this issue Nov 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@thim81
Copy link
Contributor

thim81 commented Nov 15, 2021

Is your feature request related to a problem? Please describe.

We publish our Postman collection and Postman Environment file on a regular basis to a remote location, as part of a CI/CD flow. The postman-promotheus project would be used to monitor the API through the latest Postman changes.

Currently the Postman collection would only be loaded on StartUp of the express webserver =>

app.listen(port, async () => {

This would mean that after each change, we would have to restart the "postman-promotheus" application to get the latest changes.

Describe the solution you'd like

To facilitate automation, it would perhaps be interesting to also "reloaded" the remote fetching of the collection URL at a certain interval or after x runs?

Describe alternatives you've considered

We could figure out a way to restart the postman-promotheus application, every time a new Postman collection is made available, but that would mean linking them both more closely together, which is less desired.

Additional context
The same would apply for a potential new feature request (#5)

@thim81 thim81 added the enhancement New feature or request label Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant