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

Management Commands in Django: Doing Async commands without using Celery. #39

Open
taranjeet opened this issue Oct 8, 2018 · 2 comments

Comments

@taranjeet
Copy link
Owner

taranjeet commented Oct 8, 2018

Points

  • Add some info about management commands
  • Start with a sample management command

Possible content:
Take an example - create an app, with a view that downloads a csv of books (book, author model). start with a simple approach of http response, then show some detail streaming http response and finally move to management commands. show how you can spawn a process in views. use of virtualenv as well. tell advantage of this method(no additional requirement of any queueing solution, figure out more). disadvantage - some time may be taken in spawning the process(but that can be ignored since it's mainly async).

@taranjeet taranjeet changed the title Management Commands in Django: Doing Async commands with Celery. Management Commands in Django: Doing Async commands without using Celery. Oct 8, 2018
@taranjeet
Copy link
Owner Author

Possible Title:

  • Management Commands: Async Tasks without Celery in Django.
  • Async Tasks Without Celery: Management Commands in Django.

@taranjeet
Copy link
Owner Author

PR taranjeet/blog#4

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

No branches or pull requests

1 participant