Skip to content
#

microservices

Here are 260 public repositories matching this topic...

butla
butla commented Feb 5, 2020

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

rmhsilva
rmhsilva commented Aug 14, 2020

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

Warns
Warns commented Aug 10, 2020

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
[
learningOrchestra
riibeirogabriel
riibeirogabriel commented Oct 4, 2020

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.

Curate this topic

Add this topic to your repo

To associate your repository with the microservices topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.