Skip to main

Tag: Celery

For more posts, return to the full posts list or browse all tags.

Posts

  1. Old photograph of operators
    Article post type

    Django, Background Processes, and Keeping Users in the Loop

    When you have out-of-band processing in a web app, how do you let users know that the status of a task has changed? Depending on your front-end client, there are a few different approaches you might take.

    see all Article posts
  2. Celery stalk resembling a human shape
    Article post type

    Serializing Things for Celery

    Transmitting objects between web processes and worker processes is a requirement of many modern web apps. Given that the safest way to do so is to use a serialization format that only includes primitive data types, how can we send custom objects around?

    see all Article posts