8000 GitHub - YusufDEDE/flask_async_operation: This project will execute some jobs (ddls/dmls) over a database server asynchronously
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

YusufDEDE/flask_async_operation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Async Operation

System Requirements

  • redis
  • python3.x

install

$ touch .env # look .env-example
$ pip install -r requirements

run

$ python run.py
$ rqworker

usage CLI, task operation

create --name --priority

$ python manage.py create "System BugBounty Date" "high"

lists

$ python manage.py lists

delete --id

$ python manage.py delete 2

About

This project will execute some jobs (ddls/dmls) over a database server asynchronously

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0