You need to sign in or sign up before continuing.
Implemented celery to communicate with rabbitmq. Capture username and blazerid...
Implemented celery to communicate with rabbitmq. Capture username and blazerid to create accoutn and send vis tasks.py (celery) - Make unique test username for debugging - Trim requirements.txt - Begin celery implementation and call - Finish minor celery implementation - Fix variable mixup. Log Room ID to client console - Adding a process to start account creation process by calling flask_producer script - Sending a message to the client webapp to start layover before starting celery task - Adding another field to the form to capture username to create account with - Capturing the value of username(Blazerid) field - Remove unused base_consumer.py and test_producer.py scripts
Showing
- app/__init__.py 5 additions, 2 deletionsapp/__init__.py
- app/static/scripts/function.js 2 additions, 2 deletionsapp/static/scripts/function.js
- app/templates/auth/SignUp.html 6 additions, 1 deletionapp/templates/auth/SignUp.html
- base_consumer.py 0 additions, 39 deletionsbase_consumer.py
- requirements.txt 6 additions, 46 deletionsrequirements.txt
- run.py 17 additions, 13 deletionsrun.py
- tasks.py 26 additions, 0 deletionstasks.py
- test_producer.py 0 additions, 23 deletionstest_producer.py
Loading
Please register or sign in to comment