microservices
Here are 260 public repositories matching this topic...
-
Updated
Oct 10, 2020 - Python
Hey! When I was reading the docs and I saw api.background.task, the first thing that popped into my head was "but you can just use asyncio.create_task or loop,.run_in_executor for that without inventing something new!". But then I noticed that it also passes the context vars to the synchronous backround stuff, which is nice. Wonder why that's not the case in the stdlib, cause it would be nic
Test coverage 100%
SentryMiddleware
-
Updated
Oct 16, 2020 - Python
-
Updated
May 1, 2020 - Python
-
Updated
Oct 10, 2020 - Python
-
Updated
Oct 31, 2019 - Python
-
Updated
Sep 30, 2020 - Python
-
Updated
Oct 9, 2020 - Python
-
Updated
Jun 26, 2020 - Python
-
Updated
Apr 3, 2020 - Python
-
Updated
Oct 21, 2019 - Python
In many cases, the following bytecode is generated by the naïve compiler:
....
| 10 | BIND x
| 11 | POP
| 12 | PUSHB x
...
The last two instructions cancel each other out, and can be deleted entirely. This is a great simple optimisation to add!
Background reading: https://teal-book.condense9.com/vm/source-to-success-compilation.html#compile
Brief implement
-
Updated
Jun 27, 2018 - Python
-
Updated
Sep 26, 2020 - Python
-
Updated
Jul 14, 2020 - Python
Add to contributing this link https://chris.beams.io/posts/git-commit/
-
Updated
Jan 25, 2020 - Python
-
Updated
Aug 5, 2020 - Python
Hi,
I'm trying to run your app in a docker container given your instructions, but it fails at run step.
The full run log is as below, you can see the error in the last line as well.
[2020-08-10 15:04:34 +0000] [1] [INFO] Starting gunicorn 19.7.1
[2020-08-10 15:04:34 +0000] [1] [INFO] Listening at: http://0.0.0.0:5000 (1)
[2020-08-10 15:04:34 +0000] [1] [INFO] Using worker: sync
[-
Updated
Jul 28, 2019 - Python
-
Updated
Oct 22, 2019 - Python
-
Updated
Jan 12, 2018 - Python
-
Updated
Oct 21, 2020 - Python
-
Updated
Jul 6, 2018 - Python
Is your feature request related to a problem? Please describe.
Currently learningOrchestra needs a knowledge in architecture and infrastructure to deploy.
Describe the solution you'd like
There is a way to facilitate or abstract the infrastructure requirements to deploy the learningOrchestra?
Describe alternatives you've considered
Additional context
Improve this page
Add a description, image, and links to the microservices topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microservices topic, visit your repo's landing page and select "manage topics."
The example nginx configuration in the
Deploying Falcon on Linux with NGINX and uWSGIarticle could probably be improved to include https configuration and redirect of http to https, since I believe it's the most common configuration now.Maybe we could use a configuration from this great [Mozilla site](https://ssl-config