sprint/daemons/management/commands/file_generator.py
Egor Matveev 95ef8a7821 queue
2022-03-15 20:20:37 +03:00

10 lines
191 B
Python

from SprintLib.queue import MessagingSupport
class Command(MessagingSupport):
help = "starts file generator"
queue_name = "files"
def process(self, payload: dict):
...