<@U0BDMQTHS> <http://www.celeryproject.org/> . <ht...
# announcements
s
@mikehearn http://www.celeryproject.org/ . http://docs.celeryproject.org/en/latest/reference/celery.html . the idea behind celery is to do the heavy lifting inside the library and just expose an easy to use interface for developers to write "workers" in. Every single python webapp and api project uses celery. Right from sending email (which is a one liner) to more complex aggregation, etc.