mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-24 19:52:29 +02:00
remove development note
This commit is contained in:
parent
c3fa8acd8e
commit
30a79362f4
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user