forked from slides/empowering-django-with-background-workers
Improve wording around Celery
This commit is contained in:
parent
7b37ff116f
commit
9575717c46
1 changed files with 7 additions and 5 deletions
12
slides.md
12
slides.md
|
@ -754,7 +754,9 @@ class: flex justify-center text-2xl flex-col
|
|||
- If not Celery, then something else
|
||||
- That's not really the goal
|
||||
- Shared API contract is
|
||||
- The built-in version will hopefully become great
|
||||
- Interoperate with as opposed to replace
|
||||
- Let you use the ecosystem which already exists
|
||||
- The Django backends will hopefully become great
|
||||
- But must be done with careful planning and consideration
|
||||
- Django needs to remain the stable and reliable base it always has been
|
||||
- Don't want to burn-out the Django maintainers
|
||||
|
@ -776,7 +778,8 @@ class: flex justify-center text-xl flex-col
|
|||
- A common API
|
||||
|
||||
<!--
|
||||
- Being built-in reduces the battier to entry
|
||||
- Why should this be built-in?
|
||||
- Being built-in reduces the barrier to entry
|
||||
- Integrating becomes much simpler
|
||||
- There's 1 API to learn
|
||||
- It will last you a while
|
||||
|
@ -939,9 +942,8 @@ background: /celery.svg
|
|||
<!--
|
||||
- Is this the end for Celery and alike?
|
||||
- Not at all!
|
||||
- You've not made a mistake
|
||||
- It's a great choice
|
||||
- They have quite a head start
|
||||
- It's a great choice
|
||||
- They have quite a head start
|
||||
- This is much more about usability and flexibility
|
||||
- If you need certain features, keep using them!
|
||||
- Now you have the option of a Django-native API
|
||||
|
|
Loading…
Reference in a new issue