Skip to content

Commit

Permalink
Merge pull request #126 from PotLock/testnet
Browse files Browse the repository at this point in the history
remove celery conf variables
  • Loading branch information
Prometheo authored Dec 14, 2024
2 parents e238b57 + 0c2ba9f commit 4ae4d10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion base/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
},
}


app.conf.task_routes = {
"indexer_app.tasks.update_account_statistics": {"queue": "beat_tasks"},
"indexer_app.tasks.fetch_usd_prices": {"queue": "beat_tasks"},
Expand Down
2 changes: 0 additions & 2 deletions base/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@

CELERY_BROKER_URL = f"{REDIS_BASE_URL}/0"
CELERY_RESULT_BACKEND = f"{REDIS_BASE_URL}/1"
CELERY_MAX_TASKS_PER_CHILD = 100
CELERY_MAX_MEMORY_PER_CHILD = 1500000


if ENVIRONMENT != "local":
Expand Down

0 comments on commit 4ae4d10

Please sign in to comment.