X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6e0b282242bf227d1dba35b2748b7cadb48741db..aae5369e6dab510705fdfa1265cf9e095d24a97d:/apps/waiter/__init__.py diff --git a/apps/waiter/__init__.py b/apps/waiter/__init__.py index 5aabbd62d..d3696b741 100644 --- a/apps/waiter/__init__.py +++ b/apps/waiter/__init__.py @@ -1,5 +1,8 @@ """ -Waiting for and serving files generated in Celery to the user. +Celery waiter. + +Takes orders for files generated by async Celery tasks. +Serves the file when ready. Kindly asks the user to wait if not. Author: Radek Czajka """ \ No newline at end of file