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 heartbeat for short-running WorkerServices #2762

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

304NotModified
Copy link

@304NotModified 304NotModified commented Apr 6, 2023

Changes

Fixes the heartbeat by sending the first heartbeat af 1 second instead of 30.

This is configurable

Fixes #2759

Checklist

  • I ran Unit Tests locally.
  • CHANGELOG.md updated with one line description of the fix, and a link to the original issue if available.

The PR will trigger build, unit tests, and functional tests automatically. Please follow these instructions to build and test locally.

Notes for reviewers:

  • We support comment build triggers
    • /AzurePipelines run will queue all builds
    • /AzurePipelines run <pipeline-name> will queue a specific build

@304NotModified 304NotModified changed the title Added support for firstInterval Hearbeat: added support for firstInterval Apr 6, 2023
@304NotModified 304NotModified changed the title Hearbeat: added support for firstInterval Heartbeat: added support for firstInterval Apr 6, 2023
@304NotModified 304NotModified changed the title Heartbeat: added support for firstInterval Fix heartbeat for short-running WorkerServices Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Heartbeat doesn't work for short-running WorkerServices (<30 sec) - FlushAsync won't sent the heartbeat
1 participant