Skip to content

Add pollingInterval config option#565

Merged
feast-ci-bot merged 3 commits into
feast-dev:masterfrom
zhilingc:polling-config
Mar 25, 2020
Merged

Add pollingInterval config option#565
feast-ci-bot merged 3 commits into
feast-dev:masterfrom
zhilingc:polling-config

Conversation

@zhilingc
Copy link
Copy Markdown
Collaborator

What this PR does / why we need it:
Adds config option for JobCoodinator polling interval, and shortens the interval for e2e tests to reduce flakiness of those tests.

Which issue(s) this PR fixes:

Fixes #531

Does this PR introduce a user-facing change?:

Adds new configuration option feast.jobs.updates.pollingIntervalMillis

@feast-ci-bot
Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: zhilingc

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@zhilingc
Copy link
Copy Markdown
Collaborator Author

/retest

1 similar comment
@zhilingc
Copy link
Copy Markdown
Collaborator Author

/retest

@zhilingc
Copy link
Copy Markdown
Collaborator Author

/retest

@woop
Copy link
Copy Markdown
Member

woop commented Mar 25, 2020

/lgtm

@feast-ci-bot feast-ci-bot merged commit 9facd2e into feast-dev:master Mar 25, 2020
options: {}
updates:
# Job update polling interval in milliseconds: how often Feast checks if new jobs should be sent to the runner.
pollingIntervalMillis: 60000
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Spring has support for duration expressions to make these things more human-friendly, users could write pollingInterval: 1m.

khorshuheng pushed a commit to khorshuheng/feast that referenced this pull request Apr 14, 2020
* Add pollingInterval config option

* Add missing prefix

* Increase polling interval
khorshuheng pushed a commit that referenced this pull request Apr 15, 2020
* Add pollingInterval config option

* Add missing prefix

* Increase polling interval
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.

Parameterize core async job worker poll interval

4 participants