Skip to content

This project implements Advanced Python Scheduler (APScheduler) with Flask and stores the jobs in MongoDB jobstore

Notifications You must be signed in to change notification settings

hanzala-sohrab/flask-apscheduler-mongodb

Repository files navigation

flask-apscheduler-mongodb

Pausing some specific jobs

Provide the phone number of the user for whom the job(s) is/are required to be paused.

  • Request type - POST
  • API Endpoint - /stop
  • Payload
    {
        "phone": "919XXXXXXXXX"
    }
  • Response
    {
        "message": "success"
    }

About

This project implements Advanced Python Scheduler (APScheduler) with Flask and stores the jobs in MongoDB jobstore

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages