Bundle item has an option to not print in the bill.
Bills and Kots should print properly with bundles
This commit is contained in:
9
frank/run_worker.py
Normal file
9
frank/run_worker.py
Normal file
@ -0,0 +1,9 @@
|
||||
import asyncio
|
||||
from arq.worker import run_worker
|
||||
from worker import WorkerSettings
|
||||
|
||||
# Create & set a loop BEFORE arq touches asyncio.get_event_loop()
|
||||
asyncio.set_event_loop(asyncio.new_event_loop())
|
||||
|
||||
|
||||
run_worker(WorkerSettings)
|
||||
Reference in New Issue
Block a user