项目作者: hanzala-sohrab

项目描述 :
This project implements Advanced Python Scheduler (APScheduler) with Flask and stores the jobs in MongoDB jobstore
高级语言: Python
项目地址: git://github.com/hanzala-sohrab/flask-apscheduler-mongodb.git


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
    1. {
    2. "phone": "919XXXXXXXXX"
    3. }
  • Response
    1. {
    2. "message": "success"
    3. }