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

fix: Don't decrease ulimit. Change ulimit logs from 'debug' to 'info' #1028

Merged
merged 1 commit into from
Jun 27, 2022
Merged

fix: Don't decrease ulimit. Change ulimit logs from 'debug' to 'info' #1028

merged 1 commit into from
Jun 27, 2022

Conversation

shimonp21
Copy link
Contributor

  1. We should never decrease ulimit, if it's big enough.
  2. The logs can definitely be 'info', since this is only logged once per 'cloudquery' invocation. Will also assist in debugging when we get customer logs.

Summary


Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines 🧑‍🎓
  • Run go fmt to format your code 🖊
  • Lint your changes via golangci-lint run 🚨 (install golangci-lint here)
  • Update or add tests 🧪
  • Ensure the status checks below are successful ✅

@shimonp21 shimonp21 requested a review from roneli June 27, 2022 12:13
@shimonp21 shimonp21 marked this pull request as ready for review June 27, 2022 12:16
@shimonp21 shimonp21 requested a review from a team as a code owner June 27, 2022 12:16
@shimonp21 shimonp21 requested a review from erezrokah June 27, 2022 12:35
1. We should never decrease ulimit, if it's big enough.
2. The logs can definitely be 'info', since this is only logged once per 'cloudquery' invocation. Will also assist in debugging when we get customer logs.
@shimonp21 shimonp21 added the automerge Automatically merge once required checks pass label Jun 27, 2022
@kodiakhq kodiakhq bot merged commit 079cef1 into cloudquery:main Jun 27, 2022
kodiakhq bot pushed a commit that referenced this pull request Jun 27, 2022
🤖 I have created a release *beep* *boop*
---


## [0.29.0](v0.28.3...v0.29.0) (2022-06-27)

### ⚠ BREAKING CHANGES

* Remove support for cq init HCL (#993)
* Rename default config to be cloudquery.yml (#1030)

### Bug Fixes

* Configure Provider Yml ([#1001](#1001)) ([23b6695](23b6695))
* **deps:** fix(deps): Update module github.com/cloudquery/cq-provider-sdk to v0.12.5 ([#1027](#1027)) ([57db8db](57db8db))
* Don't decrease ulimit. Change ulimit logs from 'debug' to 'info' ([#1028](#1028)) ([079cef1](079cef1))


### Miscellaneous Chores

* Remove support for cq init HCL ([#993](#993)) ([0504e8](0504e84))
* Rename default config to be cloudquery.yml ([#1030](#1030)) ([c15a9d](c15a9d7))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge once required checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants