mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-10-30 05:57:12 +00:00
Compare commits
2 Commits
44ccad1935
...
ee1e27ac1b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee1e27ac1b | ||
|
|
e90e7e9564 |
@@ -44,7 +44,10 @@ async def get_queued_job():
|
||||
)
|
||||
result = await session.execute(stmt)
|
||||
job = result.scalars().first()
|
||||
LOG.info(f"Got queued job: {job}")
|
||||
|
||||
if job:
|
||||
LOG.info(f"Got queued job: {job}")
|
||||
|
||||
return job
|
||||
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 1.1.6
|
||||
version: 1.1.7
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
|
||||
Reference in New Issue
Block a user