-
Notifications
You must be signed in to change notification settings - Fork 138
Failed to debug second time if using Azurite #1245
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
Comments
This happens if you use any remote storage in my observation, it never hits the lease request message so it never backgrounds. To fix, the problemMatcher for the task should match on the Job host starting, not on the lease request.
EDIT: For a temporary fix, change your tasks.json for func start to this to override the background job matching lines. Worked for the powershell worker at least.
|
@JustinGrote we used to do that, but it doesn't work in all cases. See #660 Azurite specifically does not work as described in the above issue. If you're not seeing |
Seems like both messages ( |
I ended up just going back to Azure Storage Explorer due to a lot of issues
beyond that. Hopefully it gets working but for cross-plat development I
just point it to a "real" queue in my dev subscription for now as a
workaround.
…On Fri, May 3, 2019 at 11:06 AM Eric Jizba ***@***.***> wrote:
Seems like both messages (Job host start and Host lock lease acquired)
are not ideal, so I filed an issue on the func cli:
Azure/azure-functions-host#4384
<Azure/azure-functions-host#4384>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1245 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADUNKUUVMH2BYGCC6AKIJW3PTR5JZANCNFSM4HJP7SUA>
.
|
I tried the latest version of Azurite and this seems to be working now |
Repro steps:
AzureWebJobsStorage
toUseDevelopmentStorage=true
Expected:
It attaches
Actual:
It never attaches because the following is never printed:
The text was updated successfully, but these errors were encountered: