Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added example for blocking subprocess #23

Merged
merged 1 commit into from
May 5, 2023

Conversation

aranvir
Copy link
Contributor

@aranvir aranvir commented May 4, 2023

Follow-up on #22

Brief example for how to deal with a subprocess or any similar blocking call.

@aranvir
Copy link
Contributor Author

aranvir commented May 5, 2023

Not sure why 3.7 is not building.. Haven't worked with .rst before and my local make did not work, but since it's only docs I thought it would be fine.

Is there a new-line necessary between ..code-block:: and @dramatiq.actor?

.. code-block::
  @dramatiq.actor
  def my_subprocess():

@isra17
Copy link
Member

isra17 commented May 5, 2023

Seems like 3.7 have been broken for a little while. Not sure why, but I can stil merge your work and fix the 3.7 anotehr time.

@isra17 isra17 merged commit 20807bc into Flared:master May 5, 2023
@aranvir
Copy link
Contributor Author

aranvir commented May 5, 2023

Quick follow up: Could be that it's really the missing newline that messes with the rendering..
Sorry!

image

@isra17
Copy link
Member

isra17 commented May 5, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants