hanzala-sohrab / flask-apscheduler-mongodb

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%