bigred94

Results 1 issues of bigred94

My function seems to only ever have one worker. Here is my function.yaml ``` spec: description: rabbit_test runtime: "python:3.6" handler: main:handler eventTimeout: 30s env: - name: PYTHONPATH value: /usr/bin/python3 build:...