-
Notifications
You must be signed in to change notification settings - Fork 0
This is the repository of Coding Challenges where i implement everything from scratch using Python as the language . This is the link to the challenges https://codingchallenges.fyi/challenges/intro/. Happy Coding :3
XuananLe/Coding-Challenge
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the implementation of Worker-Queue pattern using Redis. To use this. 1. Install Docker and Redis python package 2. Run `docker-compose up - d' to start the redis server at the port 6380 3. Run `python worker.py` as many time you want to start the worker 4. Run `python app.py` to start the flushing the queue This implementation covers - Error handling when the worker is not available or can not process the task(This will requeue the task and pass it to the next worker)
About
This is the repository of Coding Challenges where i implement everything from scratch using Python as the language . This is the link to the challenges https://codingchallenges.fyi/challenges/intro/. Happy Coding :3
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published