2 Commits

Author SHA1 Message Date
github-actions[bot]
ee1e27ac1b chore: bump version to 1.1.7
Some checks failed
Merge / version (push) Has been cancelled
Merge / build-and-deploy (push) Has been cancelled
2025-10-12 16:55:31 +00:00
Jayden Pyles
e90e7e9564 fix: only log if it got a job 2025-10-12 11:55:20 -05:00
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -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