Curtis Mason
Curtis Mason
We may want to add the following to [pypi_release.yml](https://github.com/cloudevents/sdk-python/blob/master/.github/workflows/pypi-release.yml): ``` with: skip_existing: true ``` to enable readme adjustments pushed to master. Unsure if this is the best way of handling...
We probably want to test version bumps using test pypi in [pypi-release.yml](https://github.com/cloudevents/sdk-python/blob/master/.github/workflows/pypi-release.yml) May also want to add stable branch creation to [pypi_packaging.py](https://github.com/cloudevents/sdk-python/blob/master/pypi_packaging.py) and [RELEASING.md](https://github.com/cloudevents/sdk-python/blob/master/RELEASING.md)
## What is the problem? #73 ## Changes being made Added graceful shutdown request when server receives sigterm.
**Is your feature request related to a problem? Please describe.** Currently list endpoints are returning data in ascending order. They need to be in descending order from creation time. **Additional...
**Is your feature request related to a problem? Please describe.** Currently we have no way to notify the control plane when an instance is terminated. If you spin up multiple...
**Is your feature request related to a problem? Please describe.** Users currently are confused about where pipebird codebase is hosted on the one click deploy instances. Currently the codebase is...
**Is your feature request related to a problem? Please describe.** Temporal workers are expected to horizontally scale _ **Describe the solution you'd like** They need to be separated from the...