#testing
Read more stories on Hashnode
Articles with this tag
Celery chains allow you to modularise your application and reuse common Celery tasks. A classic use case is a market data system I built for a hedge...
While you might get away with not writing unit tests for very simple Rest API endpoints, doing the same for celery tasks is a recipe for frustration...