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

Timer lease is not released when shutting down the CLI #126

Closed
davidebbo opened this issue Apr 25, 2017 · 2 comments
Closed

Timer lease is not released when shutting down the CLI #126

davidebbo opened this issue Apr 25, 2017 · 2 comments
Labels

Comments

@davidebbo
Copy link

This comes from forum thread and I reproed it as well.

  • Create a timer function that runs every second
  • Run it
  • Close the CLI and run it again

Result: it can take up to 60 seconds for the timer to start kicking in

@fabiocav and @paulbatum think it happens because the CLI gets killed without having a chance to release the lease.

@lindydonna
Copy link
Contributor

See also Azure/Azure-Functions#281

@lindydonna
Copy link
Contributor

Duplicate #55

@ghost ghost locked as resolved and limited conversation to collaborators Dec 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants