Code Challenge 50 - Use Celery to Offload an Expensive Task
Posted by PyBites on Mon 02 April 2018 in Challenge • Tagged with Celery, Flask, broker, async, Easter • 2 min read
Hi Pythonistas, back-to-back with our Planet Python challenge 49 here is our special Easter Challenge #50 where you will use Celery to offload a simplified Easter ecard mailer app.
Continue reading