* Implement short link redirect service
* Silence linter where imports needs to be below setup
* Improve unknown link error
* Provide session to worker to convert it to user id
* Remove main entrypoint in favor of uvicorn command
* Add base path for relative URLs
* Add docs on launching redirect service to README.md
* Fix wrong task argument name
* Lint service code