Skip to content

Commit dd907bf

Browse files
authored
Add processing instance debug log message (#3450)
1 parent d4680c9 commit dd907bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dstack/_internal/server/background/tasks/process_instances.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ async def _process_next_instance():
206206

207207

208208
async def _process_instance(session: AsyncSession, instance: InstanceModel):
209+
logger.debug("%s: processing instance, status: %s", fmt(instance), instance.status.upper())
209210
# Refetch to load related attributes.
210211
# Load related attributes only for statuses that always need them.
211212
if instance.status in (

0 commit comments

Comments
 (0)