mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-23 08:00:37 +00:00
log when launching new tasks
This commit is contained in:
@@ -231,6 +231,7 @@ async def pageserver_loop(ps_config, db: asyncpg.Pool, client: Client):
|
||||
|
||||
# launch new tasks
|
||||
new_tasks = desired_tasks - active_task_keys
|
||||
logging.info(f"launching new tasks: {len(new_tasks)}")
|
||||
for tenant_id, timeline_id in new_tasks:
|
||||
logging.info(
|
||||
f"launching scrape task for timeline {tenant_id}/{timeline_id}"
|
||||
|
||||
Reference in New Issue
Block a user