shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

269
active users

#celery

0 posts0 participants0 posts today

Please send me you favorite recipes featuring CELERY, COOKED, as a MAIN ingredient
That is, side dishes are ok, but the celery should be the star of the show.
I'll start: chopped celery and spring onions, sauteed, with a little sauce (chicken broth or light cream or vermouth etc)
#cooking #recipes #celery

If you've been looking to elevate your applications' scalability and performance through effective asynchronous task management, then consider purchasing a ticket to Kuldeep Pisda's tutorial, "Efficient Django: Mastering Asynchronous Tasks with Celery, RabbitMQ, and Redis"!

2024.djangocon.us/tutorials/ef

DjangoCon USEfficient Django: Mastering Asynchronous Tasks with Celery, RabbitMQ, and Redis

Lunchtime invention - with some nice fresh #celery on hand, I've been visualizing trying this for a couple of days…

Chopped onion, powdered chicken-soup stock, and peanut butter, smeared on celery. A nice #satay flavour. I like it!

Give it a try – substitute veg stock mix instead if you're vegan/vegetarian.

I've been bitten by yet another bug in #Celery. What are my options in a #Django world if I would potentially move away?
Requirements:
- multiple queues or task priorities
- scheduling multiple, independent tasks at once
- task chains that allow me to define another (group of) tasks to be scheduled on success and on failure of a task
- maintained codebase
- #Django 4.2 support
- #Redis and/or #PostgreSQL as brokers and result backends
- in-process execution of tasks in unit tests