Skip to main content

Flask application which send the message after a delay implemented using socket

Project description

delayed_queue_manager

About

  • Queue Functionality:

    • Allow items to be added to the queue with a delay (in seconds).
    • Items should only become available after the specified delay.
  • User Interface:

    • Develop a simple UI using HTML and JavaScript.
    • The UI should allow users to submit a text string and delay time.
    • On clicking "Run", the app should display the queued items automatically after their respective delays by polling the backend.

Installation

pip install delayed_queue_manager

ChangeLog

v1.0.0

  1. Allow messages to be added to the queue with a delay (in seconds).
  2. Messages are available after the specified delay.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

delayed_queue_manager-1.0.0.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

delayed_queue_manager-1.0.0-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page