Improve workers for incoming/outgoing activities
This commit is contained in:
parent
9d6b1e5c17
commit
8633696da0
10 changed files with 209 additions and 135 deletions
2
tasks.py
2
tasks.py
|
@ -68,7 +68,7 @@ def process_outgoing_activities(ctx):
|
|||
# type: (Context) -> None
|
||||
from app.outgoing_activities import loop
|
||||
|
||||
loop()
|
||||
asyncio.run(loop())
|
||||
|
||||
|
||||
@task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue