Simon Kowallik

Results 11 comments of Simon Kowallik

This pull request is similar to and inspired by #552 Issue #558 and pull request #564 also show unique identification of instances is an often required feature.

> Should this also upgrade the dependency in `setup.py`? It definitely should and now it does! Thanks!

Reopening this pull request with improved Dockerfile

CI tests failing due to #554

> @simonkowallik you need to provide doc fragment, see other PRs for example Thanks, I'll update the PR early next week.

I ran into the same issue and worked around it by running the garbage collection on container startup ([s6-overlay cont-init.d](https://github.com/just-containers/s6-overlay#init-stages)) and scheduled container restarts (daily via cron & [automatic restart](https://docs.docker.com/config/containers/start-containers-automatically/#use-a-restart-policy))....

Besides the CRUD principles and their associated HTTP methods, is there any implementation difference, eg. performance gain, when initially using POST with FAST and then switching to PUT when making...

@shyawnkarim this error was intentional to demonstrate the actual problem. The API response provides a single task id, when fetching the status of this task id a single status is...

@joelkeener Thanks for the clarification. This is not clear from the documentation nor from the API response. If the behaviour is expected then an update to the documentation would be...