ngduc/Clean Up Resources
Clean up resources after X minutes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| projectId | your unique projectId, example: myProjectId1 | yes | "" |
| expiryMins | after X minutes, invoke the below URL endpoint. | yes | 1440 |
| method | one of these methods: GET, POST, PUT, PATCH, DELETE. | yes | GET |
| url | some URL endpoint to clean up resources. | yes | "" |
| headers | headers JSON string. | no | "" |
| payload | payload JSON string. | no | "" |
Outputs
| name | description |
|---|---|
| time | The message to output |