Other

[ DevCourseWeb com ] Udemy - Django Celery Mastery - Python Asynchronous Task Processing

  • Download torrent
  • Rate this torrent +  |  -

Torrent info

Name:[ DevCourseWeb com ] Udemy - Django Celery Mastery - Python Asynchronous Task Processing

Infohash: 1CFAB9DA4F20424B98FC0BB9F67B8722948845E3

Total Size: 3.63 GB

Seeds: 3

Leechers: 0

Stream: Watch Full Movies @ LimeMovies

Last Updated: 2025-11-26 23:46:57 (Update Now)

Torrent added: 2023-07-27 22:01:09






Torrent Files List


Get Bonus Downloads Here.url (Size: 3.63 GB) (Files: 411)

 Get Bonus Downloads Here.url

0.18 KB

 ~Get Your Files Here !

  1. Source Code

   1. Introduction.mp4

5.11 MB

   2. Code Examples.html

0.13 KB

   django-celery-mastery-live-1.7

    command.md

0.16 KB

    dcelery

     Dockerfile

0.44 KB

     db.sqlite3

128.00 KB

     dcelery

      __init__.py

0.00 KB

      asgi.py

0.38 KB

      celery.py

0.25 KB

      settings.py

2.76 KB

      urls.py

0.75 KB

      wsgi.py

0.38 KB

     entrypoint.sh

0.08 KB

     manage.py

0.65 KB

     requirements.txt

0.33 KB

    docker-compose.yml

0.68 KB

    gitignore

0.04 KB

   django-celery-mastery-live

    celeryworker

     Dockerfile

0.44 KB

     celerybeat-schedule

16.00 KB

     celeryconfig.py

0.07 KB

     celerytask.py

0.50 KB

     newapp

      __init__.py

0.00 KB

      tasks.py

0.37 KB

     requirements.txt

0.06 KB

    command.md

0.80 KB

    dcelery

     Dockerfile

0.44 KB

     app.log

0.00 KB

     celerybeat-schedule

20.00 KB

     db.sqlite3

188.00 KB

     dcelery

      __init__.py

0.07 KB

      asgi.py

0.38 KB

      celery.py

2.34 KB

      celery_config.py

1.34 KB

      celery_tasks

       ex10_Error_Tracking_and_Monitoring_with_Sentry.py

0.36 KB

       ex11_task_scheduling-1.py

0.50 KB

       ex12_task_schedule_customization-1.py

0.72 KB

       ex13_task_schedule_crontab-1.py

1.84 KB

       ex1_try_except.py

1.13 KB

       ex2_custom_task_class.py

1.47 KB

       ex3_auto_retry.py

0.82 KB

       ex4_error_handling_groups.py

0.83 KB

       ex5_error_handling_chain.py

0.53 KB

       ex6_dead_letter_queue.py

0.94 KB

       ex7_task_timeouts_revoking.py

1.07 KB

       ex8_linking_result_callbacks.py

0.65 KB

       ex9_task_signals_graceful_shutdown_and_cleanup.py

0.56 KB

      settings.py

2.96 KB

      urls.py

0.12 KB

      wsgi.py

0.38 KB

     entrypoint.sh

0.08 KB

     manage.py

0.65 KB

     newapp

      __init__.py

0.00 KB

      admin.py

0.06 KB

      apps.py

0.14 KB

      management

       commands

        test_command.py

0.28 KB

      migrations

       __init__.py

0.00 KB

      models.py

0.06 KB

      tasks.py

0.47 KB

      tests.py

0.06 KB

      views.py

0.04 KB

     requirements.txt

0.50 KB

    docker-compose.yml

1.31 KB

    gitignore

0.05 KB

    vscode

     settings.json

0.51 KB

  2. Setup Guides

   1. [Windows] Installing Python.mp4

50.90 MB

   2. [Windows] Visual Studio Code Induction.mp4

41.51 MB

   3. [Windows] Creating Virtual Environments.mp4

61.31 MB

   4. [macOS] Visual Studio Code Induction.mp4

52.85 MB

   5. [macOS] Installing Python.mp4

40.38 MB

   6. [macOS] Creating Virtual Environments.mp4

25.41 MB

   7. Docker Installation.html

2.14 KB

  3. Preparing a Django Celery Working Environment

   1. Introducing Django Celery.mp4

44.54 MB

   2. Introducing Task Producers.mp4

9.97 MB

   3. Building a Django Docker Container.mp4

215.89 MB

   4. Building a Redis Docker Container.mp4

6.46 MB

   5. Introducing Task consumers (Workers).mp4

23.63 MB

   6. Building a Celery Worker Docker Container.mp4

12.18 MB

   7. Introducing Results Backend.mp4

72.21 MB

   django-celery-mastery-live-1.7

    command.md

0.16 KB

    dcelery

     Dockerfile

0.44 KB

     db.sqlite3

128.00 KB

     dcelery

      __init__.py

0.00 KB

      asgi.py

0.38 KB

      celery.py

0.25 KB

      settings.py

2.76 KB

      urls.py

0.75 KB

      wsgi.py

0.38 KB

     entrypoint.sh

0.08 KB

     manage.py

0.65 KB

     requirements.txt

0.33 KB

    docker-compose.yml

0.68 KB

    gitignore

0.04 KB

  4. Defining and Executing Celery Tasks

   1. Creating and Registering Celery Tasks in Django.mp4

101.01 MB

   10. The Primitives - Task Chaining.mp4

32.00 MB

   11. Task Rate limits.mp4

42.96 MB

   12. Configuring Task Prioritization (RabbitMQ).mp4

213.76 MB

   13. Passing arguments and returning results from Celery tasks.mp4

82.38 MB

   14. Executing tasks synchronously and asynchronously.mp4

55.06 MB

   15. Monitoring Celery Workers and Tasks with Flower.mp4

75.07 MB

   2. Starting the Celery Worker.mp4

41.83 MB

   3. Initiating a Celery Task.mp4

89.79 MB

   4. Creating a new standalone Celery Worker.mp4

162.90 MB

   5. Introducing Tasks Routing.mp4

29.26 MB

   6. Configuring Task Routing.mp4

89.71 MB

   7. Introducing Celery Task Prioritization.mp4

15.27 MB

   8. Configuring Task Prioritization (Redis).mp4

85.43 MB

   9. The Primitives - Task Grouping.mp4

34.80 MB

   django-celery-mastery-live-1.7

    celeryworker

     Dockerfile

0.44 KB

     celeryconfig.py

0.07 KB

     celerytask.py

0.14 KB

     newapp

      __init__.py

0.00 KB

      tasks.py

0.07 KB

     requirements.txt

0.03 KB

    command.md

0.16 KB

    dcelery

     Dockerfile

0.44 KB

     db.sqlite3

128.00 KB

     dcelery

      __init__.py

0.06 KB

      asgi.py

0.38 KB

      celery.py

0.45 KB

      settings.py

2.78 KB

      urls.py

0.12 KB

      wsgi.py

0.38 KB

     entrypoint.sh

0.08 KB

     manage.py

0.65 KB

     newapp

      __init__.py

0.00 KB

      admin.py

0.06 KB

      apps.py

0.14 KB

      migrations

       __init__.py

0.00 KB

      models.py

0.06 KB

      tasks.py

0.31 KB

      tests.py

0.06 KB

      views.py

0.04 KB

     requirements.txt

0.33 KB

    docker-compose.yml

1.07 KB

    gitignore

0.04 KB

    vscode

     settings.json

0.13 KB

   django-celery-mastery-live

    celeryworker

     Dockerfile

0.44 KB

     celeryconfig.py

0.07 KB

     celerytask.py

0.14 KB

     newapp

      __init__.py

0.00 KB

      tasks.py

0.07 KB

     requirements.txt

0.03 KB

    command.md

0.80 KB

    dcelery

     Dockerfile

0.44 KB

     db.sqlite3

128.00 KB

     dcelery

      __init__.py

0.06 KB

      asgi.py

0.38 KB

      celery.py

2.34 KB

      settings.py

2.87 KB

      urls.py

0.12 KB

      wsgi.py

0.38 KB

     entrypoint.sh

0.08 KB

     manage.py

0.65 KB

     newapp

      __init__.py

0.00 KB

      admin.py

0.06 KB

      apps.py

0.14 KB

      migrations

       __init__.py

0.00 KB

      models.py

0.06 KB

      tasks.py

0.32 KB

      tests.py

0.06 KB

      views.py

0.04 KB

     requirements.txt

0.34 KB

    docker-compose.yml

1.17 KB

    gitignore

0.04 KB

    vscode

     settings.json

0.13 KB

  5. Handling Task Failures and Retries

   1. Common Types of Exceptions and Errors in Celery Tasks.mp4

19.85 MB

   10. Handling Errors in Task Result Callbacks.mp4

88.35 MB

   11. Task Signals Graceful Shutdown and Cleanup of Failed Tasks.mp4

85.92 MB

   12. Error Tracking and Monitoring with Sentry.mp4

107.83 MB

   2. Dynamic Task Discovery in Celery Auto-discovering Tasks in a Directory.mp4

139.72 MB

   3. Error Handling Try Except Blocks.mp4

124.45 MB

   4. Handling Errors in Celery Tasks with Custom Task Classes.mp4

129.51 MB

   5. Implementing Automatic Retries.mp4

75.05 MB

   6. Error Handling in Groups.mp4

111.00 MB

   7. Towards Error Handling in Task Chains.mp4

61.18 MB

   8. Towards Dead-letter Queues Handling Failed Tasks.mp4

137.47 MB

   9. Task Timeouts and Task Revoking (Using task time limits and timeouts).mp4

164.75 MB

   django-celery-mastery-live

    celeryworker

     Dockerfile

0.44 KB

     celeryconfig.py

0.07 KB

     celerytask.py

0.14 KB

     newapp

      __init__.py

0.00 KB

      tasks.py

0.07 KB

     requirements.txt

0.03 KB

    command.md

0.80 KB

    dcelery

     Dockerfile

0.44 KB

     app.log

0.00 KB

     celerybeat-schedule

20.00 KB

     db.sqlite3

128.00 KB

     dcelery

      __init__.py

0.07 KB

      asgi.py

0.38 KB

      celery_config.py

1.40 KB

      celery_tasks

       ex10_Error_Tracking_and_Monitoring_with_Sentry.py

0.36 KB

       ex1_try_except.py

1.13 KB

       ex2_custom_task_class.py

1.47 KB

       ex3_auto_retry.py

0.82 KB

       ex4_error_handling_groups.py

0.83 KB

       ex5_error_handling_chain.py

0.53 KB

       ex6_dead_letter_queue.py

0.94 KB

       ex7_task_timeouts_revoking.py

1.07 KB

       ex8_linking_result_callbacks.py

0.65 KB

       ex9_task_signals_graceful_shutdown_and_cleanup.py

0.56 KB

      settings.py

2.87 KB

      urls.py

0.12 KB

      wsgi.py

0.38 KB

     entrypoint.sh

0.08 KB

     manage.py

0.65 KB

     newapp

      __init__.py

0.00 KB

      admin.py

0.06 KB

      apps.py

0.14 KB

      migrations

       __init__.py

0.00 KB

      models.py

0.06 KB

      tasks.py

0.32 KB

      tests.py

0.06 KB

      views.py

0.04 KB

     requirements.txt

0.39 KB

    docker-compose.yml

1.33 KB

    gitignore

0.04 KB

    vscode

     settings.json

0.51 KB

  6. Task Scheduling and Periodic Tasks

   1. Introduction to Task Scheduling.mp4

27.80 MB

   2. Scheduling Tasks to Run at Specific Times or Intervals.mp4

99.96 MB

   3. Implementing Periodic Tasks Customization.mp4

54.03 MB

   4. Crontab Schedules.mp4

52.94 MB

   5. Implement Schedule Persistence for Celery in a Django Application.mp4

113.05 MB

   6. Schedule a Django Custom Command with Celery Beat.mp4

119.70 MB

   7. Monitoring Service Status Including Custom Event Tracking and Alerting.mp4

187.97 MB

   django-celery-mastery-live

    celeryworker

     Dockerfile

0.44 KB

     celerybeat-schedule

16.00 KB

     celeryconfig.py

0.07 KB

     celerytask.py

0.50 KB

     newapp

      __init__.py

0.00 KB

      tasks.py

0.37 KB

     requirements.txt

0.06 KB

    command.md

0.80 KB

    dcelery

     Dockerfile

0.44 KB

     app.log

0.00 KB

     celerybeat-schedule

20.00 KB

     db.sqlite3

188.00 KB

     dcelery

      __init__.py

0.07 KB

      asgi.py

0.38 KB

      celery_config.py

1.34 KB

      celery_tasks

       ex10_Error_Tracking_and_Monitoring_with_Sentry.py

0.36 KB

       ex11_task_scheduling-1.py

0.50 KB

       ex12_task_schedule_customization-1.py

0.72 KB

       ex13_task_schedule_crontab-1.py

1.84 KB

       ex1_try_except.py

1.13 KB

       ex2_custom_task_class.py

1.47 KB

       ex3_auto_retry.py

0.82 KB

       ex4_error_handling_groups.py

0.83 KB

       ex5_error_handling_chain.py

0.53 KB

       ex6_dead_letter_queue.py

0.94 KB

       ex7_task_timeouts_revoking.py

1.07 KB

       ex8_linking_result_callbacks.py

0.65 KB

       ex9_task_signals_graceful_shutdown_and_cleanup.py

0.56 KB

      settings.py

2.96 KB

      urls.py

0.12 KB

      wsgi.py

0.38 KB

     entrypoint.sh

0.08 KB

     manage.py

0.65 KB

     newapp

      __init__.py

0.00 KB

      admin.py

0.06 KB

      apps.py

0.14 KB

      management

       commands

        test_command.py

0.28 KB

      migrations

       __init__.py

0.00 KB

      models.py

0.06 KB

      tasks.py

0.47 KB

      tests.py

0.06 KB

      views.py

0.04 KB

     requirements.txt

0.50 KB

    docker-compose.yml

1.31 KB

    gitignore

0.05 KB

    vscode

     settings.json

0.51 KB

   django-celery-mastery-main

    command.md

0.05 KB

    dcelery

     Dockerfile

0.65 KB

     db.sqlite3

128.00 KB

     dcelery

      __init__.py

0.00 KB

      asgi.py

0.38 KB

      settings.py

2.64 KB

      urls.py

0.75 KB

      wsgi.py

0.38 KB

     entrypoint.sh

0.24 KB

     manage.py

0.65 KB

     requirements.txt

0.07 KB

     staticfiles

      admin

       css

        autocomplete.css

8.90 KB

        base.css

20.71 KB

        changelists.css

6.43 KB

        dark_mode.css

2.86 KB

        dashboard.css

0.43 KB

        forms.css

8.74 KB

        login.css

0.94 KB

        nav_sidebar.css

2.63 KB

        responsive.css

18.10 KB

        responsive_rtl.css

1.74 KB

        rtl.css

4.58 KB

        vendor

         select2

          LICENSE-SELECT2.md

1.10 KB

          select2.css

16.95 KB

          select2.min.css

14.62 KB

        widgets.css

11.62 KB

       img

        LICENSE

1.06 KB

        README.txt

0.31 KB

        calendar-icons.svg

1.07 KB

        gis

         move_vertex_off.svg

1.10 KB

         move_vertex_on.svg

1.10 KB

        icon-addlink.svg

0.32 KB

        icon-alert.svg

0.49 KB

        icon-calendar.svg

1.06 KB

        icon-changelink.svg

0.37 KB

        icon-clock.svg

0.66 KB

        icon-deletelink.svg

0.38 KB

        icon-no.svg

0.55 KB

        icon-unknown-alt.svg

0.64 KB

        icon-unknown.svg

0.64 KB

        icon-viewlink.svg

0.57 KB

        icon-yes.svg

0.43 KB

        inline-delete.svg

0.55 KB

        search.svg

0.45 KB

        selector-icons.svg

3.21 KB

        sorting-icons.svg

1.07 KB

        tooltag-add.svg

0.32 KB

        tooltag-arrowright.svg

0.27 KB

       js

        SelectBox.js

4.42 KB

        SelectFilter2.js

14.93 KB

        actions.js

7.69 KB

        admin

         DateTimeShortcuts.js

18.87 KB

         RelatedObjectLookups.js

8.73 KB

        autocomplete.js

1.04 KB

        calendar.js

8.27 KB

        cancel.js

0.86 KB

        change_form.js

0.59 KB

        collapse.js

1.76 KB

        core.js

5.55 KB

        filters.js

0.96 KB

        inlines.js

15.16 KB

        jquery.init.js

0.34 KB

        nav_sidebar.js

2.99 KB

        popup_response.js

0.54 KB

        prepopulate.js

1.50 KB

        prepopulate_init.js

0.57 KB

        theme.js

1.90 KB

        urlify.js

7.70 KB

        vendor

         jquery

          LICENSE.txt

1.07 KB

          jquery.js

285.60 KB

          jquery.min.js

87.69 KB

         select2

          LICENSE.md

1.10 KB

          i18n

           af.js

0.85 KB

           ar.js

0.88 KB

           az.js

0.70 KB

           bg.js

0.95 KB

           bn.js

1.26 KB

           bs.js

0.94 KB

           ca.js

0.88 KB

           cs.js

1.26 KB

           da.js

0.81 KB

           de.js

0.85 KB

           dsb.js

0.99 KB

           el.js

1.15 KB

           en.js

0.82 KB

           es.js

0.90 KB

           et.js

0.78 KB

           eu.js

0.85 KB

           fa.js

1.00 KB

           fi.js

0.78 KB

           fr.js

0.90 KB

           gl.js

0.90 KB

           he.js

0.96 KB

           hi.js

1.15 KB

           hr.js

0.83 KB

           hsb.js

0.99 KB

           hu.js

0.81 KB

           hy.js

1.00 KB

           id.js

0.75 KB

           is.js

0.79 KB

           it.js

0.88 KB

           ja.js

0.84 KB

           ka.js

1.17 KB

           km.js

1.06 KB

           ko.js

0.83 KB

           lt.js

0.92 KB

           lv.js

0.88 KB

           mk.js

1.01 KB

           ms.js

0.79 KB

           nb.js

0.76 KB

           ne.js

1.33 KB

           nl.js

0.88 KB

           pl.js

0.92 KB

           ps.js

1.02 KB

           pt-BR.js

0.86 KB

           pt.js

0.86 KB

           ro.js

0.92 KB

           ru.js

1.14 KB

           sk.js

1.28 KB

           sl.js

0.90 KB

           sq.js

0.88 KB

           sr-Cyrl.js

1.08 KB

           sr.js

0.96 KB

           sv.js

0.77 KB

           th.js

1.05 KB

           tk.js

0.75 KB

           tr.js

0.76 KB

           uk.js

1.13 KB

           vi.js

0.78 KB

           zh-CN.js

0.75 KB

           zh-TW.js

0.69 KB

          select2.full.js

169.50 KB

          select2.full.min.js

77.36 KB

         xregexp

          LICENSE.txt

1.08 KB

          xregexp.js

226.93 KB

          xregexp.min.js

122.33 KB

    docker-compose.yml

0.71 KB

    gitattributes

0.06 KB

    gitignore

0.04 KB

  Bonus Resources.txt

0.38 KB
 

tracker

leech seeds
 

Torrent description

Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ DevCourseWeb com ] Udemy - Django Celery Mastery - Python Asynchronous Task Processing Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.

related torrents

Torrent name

health leech seeds Size
 


comments (0)

Main Menu