mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-04 06:06:19 +01:00
Correct main character reset on token invalidation.
Correct interpretation of missing SERVICES_MIGRATED setting. Remove legacy api sync celerybeat scheduled task.
This commit is contained in:
@@ -620,9 +620,3 @@ if 'services.modules.teamspeak3' in INSTALLED_APPS:
|
||||
'task': 'services.modules.teamspeak3.tasks.run_ts3_group_update',
|
||||
'schedule': crontab(minute='*/30'),
|
||||
}
|
||||
|
||||
if 'services.modules.seat' in INSTALLED_APPS:
|
||||
CELERYBEAT_SCHEDULE['run_seat_api_sync'] = {
|
||||
'task': 'services.modules.seat.tasks.run_api_sync',
|
||||
'schedule': crontab(minute='*/30'),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user