Skip to content

Commit 3188208

Browse files
authored
Update the settings for celery (#467)
1 parent 8b12a64 commit 3188208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

miss_islington/tasks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
app = celery.Celery("backport_cpython")
1717

1818
app.conf.update(
19-
BROKER_URL=os.environ["HEROKU_REDIS_MAROON_URL"],
20-
CELERY_RESULT_BACKEND=os.environ["HEROKU_REDIS_MAROON_URL"],
19+
broker_url=os.environ["HEROKU_REDIS_MAROON_URL"],
20+
result_backend=os.environ["HEROKU_REDIS_MAROON_URL"],
2121
)
2222

2323
cache = cachetools.LRUCache(maxsize=500)

0 commit comments

Comments
 (0)