remove development note

This commit is contained in:
Joel Falknau 2024-12-29 15:13:13 +10:00
parent c3fa8acd8e
commit 30a79362f4
No known key found for this signature in database

View File

@ -5,13 +5,6 @@ from django.db import ProgrammingError
logger = logging.getLogger(__name__)
# CELERYBEAT_SCHEDULE['marketmanager_fetch_public_market_orders'] = {
# 'task': 'marketmanager.tasks.fetch_public_market_orders',
# 'schedule': crontab(minute=0, hour='*/3'),
# }
def offset_cron(schedule: crontab) -> crontab:
"""Take a crontab and apply a series of precalculated offsets to spread out tasks execution on remote resources