我正在使用Serverless部署一个基本的web抓取API。在切换到无服务器设置之前,我测试了抓取代码,我发现根据抓取的特定URL和检索的数据,抓取代码可能需要60秒以上的时间才能完成。= async (event, context) => { const invoke = lambda.invoke({
FunctionName: 'my-api-v2// It does not need to return as part of the API call, it
我能够通过下面的API获得主机/infra指标,如内存、磁盘等。https://eastus-c3.databricks.net/driver-proxy-api/o/<org-id>/<cluster-id>/40001/metrics/executors/prometheus: 15s # Set the scrape interval to every 15 seconds.configuration
: 15s # Set the scrape interval to every 15 seconds.# scrape_timeout is set to the global default (10s).configuration containing exactly one endpoint to scrape:scrape_configsscheme: http - targets:
我得到了错误的The 'google-api-python-client' distribution was not found and is required by the application,我完全失去了原因运行pip show google-api-python-client结果Version: 1.8.2Home-page: http:&