mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2026-03-13 09:31:31 +08:00
* Update the celery task result table creation logic * Disable beat_sync_every config * Update the prepared comment
5 lines
175 B
Python
5 lines
175 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
from backend.app.task.model.result import TaskExtended as TaskResult
|
|
from backend.app.task.model.scheduler import TaskScheduler
|