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

Long function app name cuts when we create a blob for singleton lock #2363

Closed
alrod opened this issue Nov 1, 2019 · 2 comments
Closed

Long function app name cuts when we create a blob for singleton lock #2363

alrod opened this issue Nov 1, 2019 · 2 comments

Comments

@alrod
Copy link
Member

alrod commented Nov 1, 2019

  1. Create a function with name getimpressionsschedulerfunctionapp-1m-prod-v2 and a time trigger with name TimerTrigger1 in it.
  2. Create a function with name getimpressionsschedulerfunctionapp-10m-prod-v2and a time trigger with name TimerTrigger1 in it.
  3. Point both function to the same storage account.
  4. Both function use azure-webjobs-hosts/locks/getimpressionsschedulerfunction/Host.Functions.TimerTrigger1.Listener as singleton blob.

Expected:
The functions should use different singleton blobs.

@ghost ghost added the Needs: Triage 🔍 label Nov 1, 2019
@mathewc
Copy link
Member

mathewc commented Jan 14, 2020

This isn't an SDK issue, it's a Functions issue due to the IHostIdProvider implementation that Functions uses, which truncates to 32 characters. See Azure/azure-functions-host#2015. I think this is a dupe.

@v-anvari
Copy link

Hi @alrod, We hope your issue is resolved by taking reference from "Azure/azure-functions-host/issues/2015".. We are closing this issue, since this is related to #2015. Please feel free to reopen this issue, in case of any further concerns.

@v-anvari v-anvari removed their assignment Aug 20, 2020
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

No branches or pull requests

4 participants