Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Aug 16, 2024
2 parents d4d35b3 + 7bdeae9 commit 1359faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def scrape_container_name(job_name: str) -> str:
"""
Get the container name for the job.
"""
return f"{job_name}-scrape"
return f"{job_name}-scraping"


def scrape_queue_name(job_name: str) -> str:
Expand Down

0 comments on commit 1359faa

Please sign in to comment.