You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.1.0-rc.2 (2019-09-12)
New
* Publish docs on RTD (fixes#5). [OK-UNDP]
Provide `.readthedocs.yaml` for RTD build environment.
Change `description` in `pyproject.toml` to single-line format to address python-poetry/poetry#1372
Apply minor doc fixes.
!wip
!wip
Fix
* Gevent monkey patching (fixes#6). [OK-UNDP]
Ensure `gevent` monkey patching is performed
only for tests requiring it.
* Read-only docker image (fixes#4). [OK-UNDP]
Ensure all PID files are placed in `/tmp`. Provide an example
`docker-compose.yaml` demonstrating how to deploy workers as
read-only images with `tmpfs` volume mounted to `/tmp`.
* Empty `app_config.yaml` (fixes#3). [OK-UNDP]
Properly handle empty or comments-only `app_config.yaml`.
* MsGraphResponse iterator (fixes#2). [OK-UNDP]
Refactoring that allows `MsGraphResponse` to be repeatedly iterated.
Empty or comments-only
app_config.yaml
results inGraphApiTask.config_update_from_file()
choking and the whole worker crashing.The text was updated successfully, but these errors were encountered: