Skip to content

A
api-development

  • Timer Service with FastAPI and Redis This project is a scalable and reliable timer service built with FastAPI and Redis. It allows users to schedule tasks with a specified delay and triggers webhooks upon expiration. The service is containerized with Docker and includes comprehensive tests for reliability.

    Key Features:

    Timer Creation: Schedule tasks with hours, minutes, and seconds.

    Webhook Triggering: Automatically sends a POST request to a specified URL when the timer expires.

    Redis Persistence: Ensures timers are not lost even if the application restarts.

    Scalability: Designed to handle high traffic with horizontal scalability.

    Updated
    Updated