Skip to content

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

Notifications You must be signed in to change notification settings

XuananLe/Coding-Challenge

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

No packages published

Languages