Skip to content

Commit

Permalink
Fix task celery check status training
Browse files Browse the repository at this point in the history
  • Loading branch information
dyohan9 committed May 7, 2021
1 parent c28aebb commit 8fdfe32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bothub/common/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def trainings_check_task():
RepositoryQueueTask.QUEUE_CELERY: "celery",
}
result = requests.get(
url=f"{settings.BOTHUB_NLP_BASE_URL}task-queue/",
url=f"{settings.BOTHUB_NLP_BASE_URL}v2/task-queue/",
params=urlencode(
{
"id_task": train.id_queue,
Expand Down

0 comments on commit 8fdfe32

Please sign in to comment.