You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also leads to the question of which broker to use. Ultimately it's going to be up to whoever ends up setting it up, although I'd recommend using the Redis backend (RabbitMQ is the default, but can be finicky to configure) and explicitly configuring Celery to use JSON (Python Pickle is the default until 3.2 and prevents non-Python code from easily looking at tasks) for task serialization (this makes it a bit easier to wire into unexpected tools and to have greater visibility into what's going on behind the scenes).
The text was updated successfully, but these errors were encountered: