Add worker.config.json to package metadata
See original GitHub issueCurrently, the worker.py
and worker.config.json
files are not published to the azure-functions-worker
package on PyPI. This causes confusion in the tooling since it has to install the package from PyPI but pull these specific files from GitHub.
Ideally, everything should be part of the same package on PyPI.
@pragnagopa is there a reason this isn’t already the case?
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Service worker configuration - Angular
The ngsw-config.json configuration file specifies which files and data URLs the Angular service worker should cache and how it should update the cached ......
Read more >Create and configure a config.json file - ITOM Practitioner Portal
Create a template config.json file using a script. In the scripts directory of the unzipped installation package, run the following command to run...
Read more >Worker Configuration Properties | Confluent Documentation
Worker Configuration Properties¶. The following lists many of the configuration properties related to Connect workers. The first section lists common ...
Read more >host.json reference for Azure Functions 2.x | Microsoft Learn
The host.json metadata file contains configuration options that affect all functions in a function app instance.
Read more >Metadata JSON
The interface metadata, along with other application configuration metadata, is contained inside the Catalog JSON file that is described in the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have raised this concern earlier. Yes we should include these files. @elprans - any blockers to include these files?
Closing as equivalent work is happening in https://github.com/Azure/azure-functions-python-worker/issues/286