Rename tasks
This commit is contained in:
@ -12,7 +12,7 @@ class Command(BaseCommand):
|
||||
def handle(self, *args, **kwargs):
|
||||
if not Schedule.objects.filter(name="Update converted prices").exists():
|
||||
schedule(
|
||||
"games.convert_price.update_converted_prices",
|
||||
"games.tasks.convert_prices",
|
||||
name="Update converted prices",
|
||||
schedule_type=Schedule.MINUTES,
|
||||
next_run=now() + timedelta(seconds=30),
|
Reference in New Issue
Block a user