Skip to content

Conversation

@erezrokah
Copy link
Member

@erezrokah erezrokah requested review from a team and blesniewski and removed request for a team July 9, 2024 12:08
@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Jul 9, 2024
@erezrokah erezrokah force-pushed the feat/pass_invocation_id branch from 3145dd1 to 70049b1 Compare July 9, 2024 12:11
Copy link
Contributor

@blesniewski blesniewski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a nit

}
c.syncClient = syncClient.(*client.Client)
c.scheduler = scheduler.NewScheduler(scheduler.WithLogger(logger), scheduler.WithConcurrency(s.Concurrency))
c.scheduler = scheduler.NewScheduler(scheduler.WithLogger(logger), scheduler.WithConcurrency(s.Concurrency), scheduler.WithInvocationID(options.InvocationID))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
c.scheduler = scheduler.NewScheduler(scheduler.WithLogger(logger), scheduler.WithConcurrency(s.Concurrency), scheduler.WithInvocationID(options.InvocationID))
c.scheduler = scheduler.NewScheduler(
scheduler.WithLogger(logger),
scheduler.WithConcurrency(s.Concurrency),
scheduler.WithInvocationID(options.InvocationID),
)

@kodiakhq kodiakhq bot merged commit 2fd34f8 into main Jul 10, 2024
@kodiakhq kodiakhq bot deleted the feat/pass_invocation_id branch July 10, 2024 11:53
kodiakhq bot pushed a commit that referenced this pull request Jul 10, 2024
kodiakhq bot pushed a commit that referenced this pull request Jul 16, 2024
🤖 I have created a release *beep* *boop*
---


## [6.2.0](plugins-source-k8s-v6.1.4...plugins-source-k8s-v6.2.0) (2024-07-16)


### Features

* Pass invocation ID to scheduler ([#18510](#18510)) ([2fd34f8](2fd34f8))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.3 ([#18513](#18513)) ([d12da90](d12da90))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Jul 16, 2024
🤖 I have created a release *beep* *boop*
---


## [1.1.0](plugins-source-xkcd-v1.0.6...plugins-source-xkcd-v1.1.0) (2024-07-16)


### Features

* Pass invocation ID to scheduler ([#18510](#18510)) ([2fd34f8](2fd34f8))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.3 ([#18513](#18513)) ([d12da90](d12da90))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Jul 16, 2024
🤖 I have created a release *beep* *boop*
---


## [4.3.0](plugins-source-test-v4.2.17...plugins-source-test-v4.3.0) (2024-07-16)


### Features

* Pass invocation ID to scheduler ([#18510](#18510)) ([2fd34f8](2fd34f8))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.3 ([#18513](#18513)) ([d12da90](d12da90))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Jul 16, 2024
🤖 I have created a release *beep* *boop*
---


## [3.3.0](plugins-source-hackernews-v3.2.4...plugins-source-hackernews-v3.3.0) (2024-07-16)


### Features

* Pass invocation ID to scheduler ([#18510](#18510)) ([2fd34f8](2fd34f8))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.3 ([#18513](#18513)) ([d12da90](d12da90))

---
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants