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

Telemetry for improperly zipped apps #10021

Open
satvu opened this issue Apr 17, 2024 · 0 comments
Open

Telemetry for improperly zipped apps #10021

satvu opened this issue Apr 17, 2024 · 0 comments

Comments

@satvu
Copy link
Member

satvu commented Apr 17, 2024

Follow up of this issue. We've been seeing an increase in "No Job Functions Found" errors as a result of improperly zipped apps that resulted in an unexpected folder structure.

While these apps have the correct files needed to start up (like host.json), the incorrect folder and file structure can lead to vague errors that prevent the apps from behaving as expected. Some considerations for tracking this:

  • Track guaranteed failure cases (double-zipping an app, similar to issue linked above)
    • Runtime languages have different payloads, need to avoid throwing errors for valid apps
  • Logging (minimal) file structure to help with servicing and debugging this error
  • Design error/failure behavior for improperly zipped apps, troubleshooting guides
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant