mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
short intro
This commit is contained in:
parent
d1ef8b9bee
commit
a91480c264
1 changed files with 6 additions and 1 deletions
|
@ -21,6 +21,11 @@ Plugins accept data from the request of the user, as of writing this is only wsg
|
||||||
|
|
||||||
There is a sample plugin called logging.py. Plugins are merely rq jobs that are executed by an rq worker. As such they can only be so complex.
|
There is a sample plugin called logging.py. Plugins are merely rq jobs that are executed by an rq worker. As such they can only be so complex.
|
||||||
|
|
||||||
# RQ worker
|
# Get started
|
||||||
|
|
||||||
|
python setup.py install
|
||||||
|
python portal.py
|
||||||
|
|
||||||
|
## RQ worker
|
||||||
|
|
||||||
rq worker -u redis://127.0.0.1:6379/
|
rq worker -u redis://127.0.0.1:6379/
|
||||||
|
|
Loading…
Reference in a new issue