-
-
Save justquick/7b280975fa56d6931a36b831d1ed0824 to your computer and use it in GitHub Desktop.
Prefect Error https://github.com/PrefectHQ/prefect/issues/6492
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PREFECT_API_DATABASE_CONNECTION_URL="postgresql+asyncpg://prefect:prefect@localhost:5432/prefect" | |
PREFECT_LOGGING_SERVER_LEVEL=DEBUG | |
PREFECT_LOGGING_LEVEL=DEBUG | |
PREFECT_LOGGING_INTERNAL_LEVEL=DEBUG |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading .env environment variables... | |
18:18:59.328 | DEBUG | prefect.profiles - Using profile 'default' | |
18:19:00.409 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=create_then_begin_flow_run(flow=<prefect.flows.Flow object at 0x10b73bc40>, parameters={}, wait_for=None, return_type='result',...), owner='MainThread'> watching for callbacks | |
18:19:00.410 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call create_then_begin_flow_run(flow=<prefect.flows.Flow object at 0x10b73bc40>, parameters={}, wait_for=None, return_type='result',...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:00.410 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='create_then_begin_flow_run' RUNNING, runtime=0.00> entered | |
18:19:00.410 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='create_then_begin_flow_run' COMPLETED, runtime=0.00> exited | |
18:19:00.410 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call create_then_begin_flow_run(flow=<prefect.flows.Flow object at 0x10b73bc40>, parameters={}, wait_for=None, return_type='result',...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:00.410 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='create_then_begin_flow_run' RUNNING, runtime=0.00> entered | |
18:19:01.719 | DEBUG | prefect.client - Using ephemeral application with database at postgresql+asyncpg://prefect:prefect@localhost:5432/prefect | |
18:19:01.902 | INFO | prefect.engine - Created flow run 'beryl-hamster' for flow 'my-flow' | |
18:19:01.903 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Starting service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> | |
18:19:01.903 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 10, 'message': "Starting 'ConcurrentTaskRunner'; submitted tasks will be run concurrently...", 'timestamp': '2023-06-07T22:19:01.902929+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 258} | |
18:19:01.902 | DEBUG | Flow run 'beryl-hamster' - Starting 'ConcurrentTaskRunner'; submitted tasks will be run concurrently... | |
18:19:01.904 | DEBUG | prefect.task_runner.concurrent - Starting task runner... | |
18:19:01.904 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function Block.register_type_and_schema at 0x10ad05480> --> return coroutine for internal await | |
18:19:01.906 | DEBUG | prefect.client - Using ephemeral application with database at postgresql+asyncpg://prefect:prefect@localhost:5432/prefect | |
18:19:01.909 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 10, 'message': "Starting 'ConcurrentTaskRunner'; submitted tasks will be run concurrently...", 'timestamp': '2023-06-07T22:19:01.902929+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 258/3000000) | |
18:19:02.312 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 10, 'message': "Executing flow 'my-flow' for flow run 'beryl-hamster'...", 'timestamp': '2023-06-07T22:19:02.312496+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 238} | |
18:19:02.312 | DEBUG | Flow run 'beryl-hamster' - Executing flow 'my-flow' for flow run 'beryl-hamster'... | |
18:19:02.313 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:02.313626+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 204} | |
18:19:02.313 | DEBUG | Flow run 'beryl-hamster' - Beginning execution... | |
18:19:02.314 | DEBUG | MainThread | prefect._internal.concurrency - Running call my_flow() in thread 'MainThread' with timeout None | |
18:19:02.314 | DEBUG | MainThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='my_flow' RUNNING, runtime=0.00> entered | |
18:19:02.315 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 10, 'message': "Executing flow 'my-flow' for flow run 'beryl-hamster'...", 'timestamp': '2023-06-07T22:19:02.312496+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 496/3000000) | |
18:19:02.315 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:02.313626+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 700/3000000) | |
18:19:02.319 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.320 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.320 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.320 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.320 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.321 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.321 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.321 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.322 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.324 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.324 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.324 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.324 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.325 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.325 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.325 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.328 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.334 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.334 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.335 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.335 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.335 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.335 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.335 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.336 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.338 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.338 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.338 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.338 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.339 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.340 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.340 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.340 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.347 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.347 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.347 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.347 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.348 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.348 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.348 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.351 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.358 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.377 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.377 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.377 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.378 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.378 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.379 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.379 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.384 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.384 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.385 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.385 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.385 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.386 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.386 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.386 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.390 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.391 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.391 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.391 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.392 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.392 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.393 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.395 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.398 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.399 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.399 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.399 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.400 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.400 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.400 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.401 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.406 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.407 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.407 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.407 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.408 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.408 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.408 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.414 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.420 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.420 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.420 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.420 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.421 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.422 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.422 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.423 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.429 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.429 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.430 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.430 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.436 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.436 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.436 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.437 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.441 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.441 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.441 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.441 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.444 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.444 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.445 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.445 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.448 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.448 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.449 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.449 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.449 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.450 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.450 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.450 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.459 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.460 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.460 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.460 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.461 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.461 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.462 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.462 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.469 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.469 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.470 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.470 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.473 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.474 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.474 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.475 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.480 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.480 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.480 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.480 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.482 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.482 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.482 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.483 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.488 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.488 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.489 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.489 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.489 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.490 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.490 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.490 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.494 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.495 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.495 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.495 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.496 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.496 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.496 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.497 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.502 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.502 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.502 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.502 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.507 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.507 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.508 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.508 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.522 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.522 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.522 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.522 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.524 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.524 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.524 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.525 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.530 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.531 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.531 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.531 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.532 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.533 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.533 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.534 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.541 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.541 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.541 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.541 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.542 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.542 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.542 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.543 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.546 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.546 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.546 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.546 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.547 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.547 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.547 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.548 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.556 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.556 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.556 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.556 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.557 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.558 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.558 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.558 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.566 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.566 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.567 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.567 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.569 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-0' for task 'load'", 'timestamp': '2023-06-07T22:19:02.569279+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 223} | |
18:19:02.569 | INFO | Flow run 'beryl-hamster' - Created task run 'load-0' for task 'load' | |
18:19:02.570 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-0' for execution.", 'timestamp': '2023-06-07T22:19:02.570316+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.570 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-0' for execution. | |
18:19:02.573 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.573 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.573 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.577 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.579 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-0' for task 'load'", 'timestamp': '2023-06-07T22:19:02.569279+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 923/3000000) | |
18:19:02.582 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.582 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.582 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.582 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.587 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.587 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.587 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.590 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.594 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-0' for execution.", 'timestamp': '2023-06-07T22:19:02.570316+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 1147/3000000) | |
18:19:02.594 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.594 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.594 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.595 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.595 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.595 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.595 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.596 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.600 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.600 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.600 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.600 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.601 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.601 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.601 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.602 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.608 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.609 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.609 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.609 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.616 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.616 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.616 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.617 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.629 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.629 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.629 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.630 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.631 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.631 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.631 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.632 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.647 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.648 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.648 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.648 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.648 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.649 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.649 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.650 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.660 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.660 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.660 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.660 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.664 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.664 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.664 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.665 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.673 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.674 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.674 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.674 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.682 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.683 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.683 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.684 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.695 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-22' for task 'load'", 'timestamp': '2023-06-07T22:19:02.695417+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.695 | INFO | Flow run 'beryl-hamster' - Created task run 'load-22' for task 'load' | |
18:19:02.697 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-22' for execution.", 'timestamp': '2023-06-07T22:19:02.696642+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:02.696 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-22' for execution. | |
18:19:02.697 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.697 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.698 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.698 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.700 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.700 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.700 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.701 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.702 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-22' for task 'load'", 'timestamp': '2023-06-07T22:19:02.695417+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 1371/3000000) | |
18:19:02.718 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.718 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.718 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.719 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.722 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.722 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.722 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.725 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.734 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-22' for execution.", 'timestamp': '2023-06-07T22:19:02.696642+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 1596/3000000) | |
18:19:02.735 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.736 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.736 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.736 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.740 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.740 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.740 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.741 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.746 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.746 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.746 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.746 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.750 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-2' for task 'load'", 'timestamp': '2023-06-07T22:19:02.749708+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 223} | |
18:19:02.749 | INFO | Flow run 'beryl-hamster' - Created task run 'load-2' for task 'load' | |
18:19:02.751 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-2' for execution.", 'timestamp': '2023-06-07T22:19:02.751113+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.751 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-2' for execution. | |
18:19:02.752 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.752 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.752 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.755 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.758 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-2' for task 'load'", 'timestamp': '2023-06-07T22:19:02.749708+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 1819/3000000) | |
18:19:02.769 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.769 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.769 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.769 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.771 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.771 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.771 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.774 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.785 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-3' for task 'load'", 'timestamp': '2023-06-07T22:19:02.784776+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 223} | |
18:19:02.784 | INFO | Flow run 'beryl-hamster' - Created task run 'load-3' for task 'load' | |
18:19:02.786 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-3' for execution.", 'timestamp': '2023-06-07T22:19:02.785980+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.785 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-3' for execution. | |
18:19:02.791 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-1' for task 'load'", 'timestamp': '2023-06-07T22:19:02.790961+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 223} | |
18:19:02.790 | INFO | Flow run 'beryl-hamster' - Created task run 'load-1' for task 'load' | |
18:19:02.792 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-1' for execution.", 'timestamp': '2023-06-07T22:19:02.792097+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.792 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-1' for execution. | |
18:19:02.798 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.799 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.800 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.800 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.801 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-2' for execution.", 'timestamp': '2023-06-07T22:19:02.751113+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 2043/3000000) | |
18:19:02.805 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.806 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.806 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.808 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.811 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-5' for task 'load'", 'timestamp': '2023-06-07T22:19:02.811452+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 223} | |
18:19:02.811 | INFO | Flow run 'beryl-hamster' - Created task run 'load-5' for task 'load' | |
18:19:02.812 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-5' for execution.", 'timestamp': '2023-06-07T22:19:02.812588+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.812 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-5' for execution. | |
18:19:02.817 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-4' for task 'load'", 'timestamp': '2023-06-07T22:19:02.817084+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 223} | |
18:19:02.817 | INFO | Flow run 'beryl-hamster' - Created task run 'load-4' for task 'load' | |
18:19:02.818 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-4' for execution.", 'timestamp': '2023-06-07T22:19:02.818146+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.818 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-4' for execution. | |
18:19:02.822 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-6' for task 'load'", 'timestamp': '2023-06-07T22:19:02.822664+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 223} | |
18:19:02.822 | INFO | Flow run 'beryl-hamster' - Created task run 'load-6' for task 'load' | |
18:19:02.823 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-6' for execution.", 'timestamp': '2023-06-07T22:19:02.823664+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.823 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-6' for execution. | |
18:19:02.838 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.838 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.839 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.839 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.841 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.841 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.841 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.843 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-3' for task 'load'", 'timestamp': '2023-06-07T22:19:02.784776+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 2266/3000000) | |
18:19:02.845 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.856 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-31' for task 'load'", 'timestamp': '2023-06-07T22:19:02.855695+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.855 | INFO | Flow run 'beryl-hamster' - Created task run 'load-31' for task 'load' | |
18:19:02.857 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-31' for execution.", 'timestamp': '2023-06-07T22:19:02.856906+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:02.856 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-31' for execution. | |
18:19:02.859 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.860 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.860 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.860 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.862 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-3' for execution.", 'timestamp': '2023-06-07T22:19:02.785980+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 2490/3000000) | |
18:19:02.863 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.863 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.863 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.865 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.875 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.875 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.875 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.875 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.895 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-7' for task 'load'", 'timestamp': '2023-06-07T22:19:02.894893+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 223} | |
18:19:02.894 | INFO | Flow run 'beryl-hamster' - Created task run 'load-7' for task 'load' | |
18:19:02.896 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-7' for execution.", 'timestamp': '2023-06-07T22:19:02.896100+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.896 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-7' for execution. | |
18:19:02.899 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-8' for task 'load'", 'timestamp': '2023-06-07T22:19:02.899262+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 223} | |
18:19:02.899 | INFO | Flow run 'beryl-hamster' - Created task run 'load-8' for task 'load' | |
18:19:02.900 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-8' for execution.", 'timestamp': '2023-06-07T22:19:02.900276+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.900 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-8' for execution. | |
18:19:02.901 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.901 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.901 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.901 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.905 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-1' for task 'load'", 'timestamp': '2023-06-07T22:19:02.790961+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 2713/3000000) | |
18:19:02.912 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.912 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.912 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.912 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.916 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-12' for task 'load'", 'timestamp': '2023-06-07T22:19:02.916082+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.916 | INFO | Flow run 'beryl-hamster' - Created task run 'load-12' for task 'load' | |
18:19:02.917 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-12' for execution.", 'timestamp': '2023-06-07T22:19:02.917018+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:02.917 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-12' for execution. | |
18:19:02.920 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-10' for task 'load'", 'timestamp': '2023-06-07T22:19:02.920734+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.920 | INFO | Flow run 'beryl-hamster' - Created task run 'load-10' for task 'load' | |
18:19:02.921 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-10' for execution.", 'timestamp': '2023-06-07T22:19:02.921604+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:02.921 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-10' for execution. | |
18:19:02.925 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-13' for task 'load'", 'timestamp': '2023-06-07T22:19:02.925646+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.925 | INFO | Flow run 'beryl-hamster' - Created task run 'load-13' for task 'load' | |
18:19:02.926 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-13' for execution.", 'timestamp': '2023-06-07T22:19:02.926627+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:02.926 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-13' for execution. | |
18:19:02.931 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-11' for task 'load'", 'timestamp': '2023-06-07T22:19:02.930781+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.930 | INFO | Flow run 'beryl-hamster' - Created task run 'load-11' for task 'load' | |
18:19:02.931 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-11' for execution.", 'timestamp': '2023-06-07T22:19:02.931733+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:02.931 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-11' for execution. | |
18:19:02.936 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-9' for task 'load'", 'timestamp': '2023-06-07T22:19:02.935805+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 223} | |
18:19:02.935 | INFO | Flow run 'beryl-hamster' - Created task run 'load-9' for task 'load' | |
18:19:02.937 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-9' for execution.", 'timestamp': '2023-06-07T22:19:02.936866+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.936 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-9' for execution. | |
18:19:02.940 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.940 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.940 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.949 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.954 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-1' for execution.", 'timestamp': '2023-06-07T22:19:02.792097+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 2937/3000000) | |
18:19:02.955 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.955 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.955 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.956 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.958 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-34' for task 'load'", 'timestamp': '2023-06-07T22:19:02.958337+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.958 | INFO | Flow run 'beryl-hamster' - Created task run 'load-34' for task 'load' | |
18:19:02.959 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-34' for execution.", 'timestamp': '2023-06-07T22:19:02.959239+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:02.959 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-34' for execution. | |
18:19:02.967 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.967 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.967 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:02.968 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:02.984 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:02.984 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.984 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.985 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:02.987 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-14' for task 'load'", 'timestamp': '2023-06-07T22:19:02.987281+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:02.987 | INFO | Flow run 'beryl-hamster' - Created task run 'load-14' for task 'load' | |
18:19:02.988 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-14' for execution.", 'timestamp': '2023-06-07T22:19:02.988196+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:02.988 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-14' for execution. | |
18:19:02.995 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:02.995 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:02.995 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.000 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-5' for task 'load'", 'timestamp': '2023-06-07T22:19:02.811452+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 3160/3000000) | |
18:19:03.002 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.012 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-15' for task 'load'", 'timestamp': '2023-06-07T22:19:03.012111+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.012 | INFO | Flow run 'beryl-hamster' - Created task run 'load-15' for task 'load' | |
18:19:03.013 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-15' for execution.", 'timestamp': '2023-06-07T22:19:03.013078+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.013 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-15' for execution. | |
18:19:03.013 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.014 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.014 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.014 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.022 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.023 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.023 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.024 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.025 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-5' for execution.", 'timestamp': '2023-06-07T22:19:02.812588+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 3384/3000000) | |
18:19:03.036 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-38' for task 'load'", 'timestamp': '2023-06-07T22:19:03.036684+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.036 | INFO | Flow run 'beryl-hamster' - Created task run 'load-38' for task 'load' | |
18:19:03.037 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-38' for execution.", 'timestamp': '2023-06-07T22:19:03.037595+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.037 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-38' for execution. | |
18:19:03.040 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-18' for task 'load'", 'timestamp': '2023-06-07T22:19:03.040291+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.040 | INFO | Flow run 'beryl-hamster' - Created task run 'load-18' for task 'load' | |
18:19:03.041 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-18' for execution.", 'timestamp': '2023-06-07T22:19:03.041108+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.041 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-18' for execution. | |
18:19:03.044 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-19' for task 'load'", 'timestamp': '2023-06-07T22:19:03.044568+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.044 | INFO | Flow run 'beryl-hamster' - Created task run 'load-19' for task 'load' | |
18:19:03.045 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-19' for execution.", 'timestamp': '2023-06-07T22:19:03.045343+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.045 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-19' for execution. | |
18:19:03.049 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-21' for task 'load'", 'timestamp': '2023-06-07T22:19:03.048846+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.048 | INFO | Flow run 'beryl-hamster' - Created task run 'load-21' for task 'load' | |
18:19:03.049 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-21' for execution.", 'timestamp': '2023-06-07T22:19:03.049659+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.049 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-21' for execution. | |
18:19:03.052 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-20' for task 'load'", 'timestamp': '2023-06-07T22:19:03.051908+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.051 | INFO | Flow run 'beryl-hamster' - Created task run 'load-20' for task 'load' | |
18:19:03.052 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-20' for execution.", 'timestamp': '2023-06-07T22:19:03.052674+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.052 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-20' for execution. | |
18:19:03.054 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.054 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.055 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.055 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.063 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.063 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.063 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.064 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.072 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Starting service <prefect.events.worker.EventsWorker object at 0x126b9b4c0> | |
18:19:03.079 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-4' for task 'load'", 'timestamp': '2023-06-07T22:19:02.817084+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 3607/3000000) | |
18:19:03.080 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.081 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.081 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.081 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.084 | DEBUG | EventsWorkerThread | prefect._internal.concurrency - Running call get() in thread 'EventsWorkerThread' with timeout None | |
18:19:03.084 | DEBUG | EventsWorkerThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get' RUNNING, runtime=0.00> entered | |
18:19:03.085 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.085 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.085 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.088 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.099 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-24' for task 'load'", 'timestamp': '2023-06-07T22:19:03.098944+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.098 | INFO | Flow run 'beryl-hamster' - Created task run 'load-24' for task 'load' | |
18:19:03.100 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-24' for execution.", 'timestamp': '2023-06-07T22:19:03.099889+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.099 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-24' for execution. | |
18:19:03.103 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-26' for task 'load'", 'timestamp': '2023-06-07T22:19:03.103468+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.103 | INFO | Flow run 'beryl-hamster' - Created task run 'load-26' for task 'load' | |
18:19:03.104 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-26' for execution.", 'timestamp': '2023-06-07T22:19:03.104277+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.104 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-26' for execution. | |
18:19:03.106 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-27' for task 'load'", 'timestamp': '2023-06-07T22:19:03.106513+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.106 | INFO | Flow run 'beryl-hamster' - Created task run 'load-27' for task 'load' | |
18:19:03.107 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-27' for execution.", 'timestamp': '2023-06-07T22:19:03.107295+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.107 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-27' for execution. | |
18:19:03.110 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.110 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.110 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.110 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.117 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-25' for task 'load'", 'timestamp': '2023-06-07T22:19:03.117134+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.117 | INFO | Flow run 'beryl-hamster' - Created task run 'load-25' for task 'load' | |
18:19:03.118 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-25' for execution.", 'timestamp': '2023-06-07T22:19:03.118124+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.118 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-25' for execution. | |
18:19:03.118 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.119 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.119 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.119 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.123 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-28' for task 'load'", 'timestamp': '2023-06-07T22:19:03.123483+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.123 | INFO | Flow run 'beryl-hamster' - Created task run 'load-28' for task 'load' | |
18:19:03.124 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-28' for execution.", 'timestamp': '2023-06-07T22:19:03.124396+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.124 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-28' for execution. | |
18:19:03.125 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-4' for execution.", 'timestamp': '2023-06-07T22:19:02.818146+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 3831/3000000) | |
18:19:03.131 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-29' for task 'load'", 'timestamp': '2023-06-07T22:19:03.131278+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.131 | INFO | Flow run 'beryl-hamster' - Created task run 'load-29' for task 'load' | |
18:19:03.132 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-29' for execution.", 'timestamp': '2023-06-07T22:19:03.132097+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.132 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-29' for execution. | |
18:19:03.146 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.146 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.146 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.147 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.149 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.149 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.149 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.150 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.156 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-41' for task 'load'", 'timestamp': '2023-06-07T22:19:03.156287+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.156 | INFO | Flow run 'beryl-hamster' - Created task run 'load-41' for task 'load' | |
18:19:03.157 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-41' for execution.", 'timestamp': '2023-06-07T22:19:03.157207+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.157 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-41' for execution. | |
18:19:03.157 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-6' for task 'load'", 'timestamp': '2023-06-07T22:19:02.822664+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 4054/3000000) | |
18:19:03.167 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.167 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.168 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.168 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.170 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.170 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.170 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.172 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.195 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.195 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.195 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.196 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.197 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-6' for execution.", 'timestamp': '2023-06-07T22:19:02.823664+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 4278/3000000) | |
18:19:03.199 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.199 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.199 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.200 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.209 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.209 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.209 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.209 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.210 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.210 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.210 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.214 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-31' for task 'load'", 'timestamp': '2023-06-07T22:19:02.855695+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 4502/3000000) | |
18:19:03.216 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.228 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-43' for task 'load'", 'timestamp': '2023-06-07T22:19:03.228461+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.228 | INFO | Flow run 'beryl-hamster' - Created task run 'load-43' for task 'load' | |
18:19:03.229 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-43' for execution.", 'timestamp': '2023-06-07T22:19:03.229345+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.229 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-43' for execution. | |
18:19:03.232 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-44' for task 'load'", 'timestamp': '2023-06-07T22:19:03.232692+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.232 | INFO | Flow run 'beryl-hamster' - Created task run 'load-44' for task 'load' | |
18:19:03.233 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-44' for execution.", 'timestamp': '2023-06-07T22:19:03.233468+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.233 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-44' for execution. | |
18:19:03.235 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-17' for task 'load'", 'timestamp': '2023-06-07T22:19:03.235619+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.235 | INFO | Flow run 'beryl-hamster' - Created task run 'load-17' for task 'load' | |
18:19:03.236 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-17' for execution.", 'timestamp': '2023-06-07T22:19:03.236368+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.236 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-17' for execution. | |
18:19:03.239 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.240 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.240 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.240 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.246 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-33' for task 'load'", 'timestamp': '2023-06-07T22:19:03.246076+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.246 | INFO | Flow run 'beryl-hamster' - Created task run 'load-33' for task 'load' | |
18:19:03.247 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-33' for execution.", 'timestamp': '2023-06-07T22:19:03.246958+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.246 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-33' for execution. | |
18:19:03.250 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.250 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.250 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.253 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.255 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-35' for task 'load'", 'timestamp': '2023-06-07T22:19:03.255375+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.255 | INFO | Flow run 'beryl-hamster' - Created task run 'load-35' for task 'load' | |
18:19:03.256 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-35' for execution.", 'timestamp': '2023-06-07T22:19:03.256242+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.256 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-35' for execution. | |
18:19:03.261 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-31' for execution.", 'timestamp': '2023-06-07T22:19:02.856906+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 4727/3000000) | |
18:19:03.264 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.264 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.265 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.265 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.267 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.267 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.267 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.270 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.283 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-46' for task 'load'", 'timestamp': '2023-06-07T22:19:03.283077+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.283 | INFO | Flow run 'beryl-hamster' - Created task run 'load-46' for task 'load' | |
18:19:03.284 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-46' for execution.", 'timestamp': '2023-06-07T22:19:03.284057+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.284 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-46' for execution. | |
18:19:03.286 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-37' for task 'load'", 'timestamp': '2023-06-07T22:19:03.286731+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.286 | INFO | Flow run 'beryl-hamster' - Created task run 'load-37' for task 'load' | |
18:19:03.287 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-37' for execution.", 'timestamp': '2023-06-07T22:19:03.287532+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.287 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-37' for execution. | |
18:19:03.290 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-39' for task 'load'", 'timestamp': '2023-06-07T22:19:03.289907+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.289 | INFO | Flow run 'beryl-hamster' - Created task run 'load-39' for task 'load' | |
18:19:03.291 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-39' for execution.", 'timestamp': '2023-06-07T22:19:03.290890+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.290 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-39' for execution. | |
18:19:03.302 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.303 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.303 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.303 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.303 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-7' for task 'load'", 'timestamp': '2023-06-07T22:19:02.894893+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 4950/3000000) | |
18:19:03.311 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-23' for task 'load'", 'timestamp': '2023-06-07T22:19:03.311210+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.311 | INFO | Flow run 'beryl-hamster' - Created task run 'load-23' for task 'load' | |
18:19:03.312 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-23' for execution.", 'timestamp': '2023-06-07T22:19:03.312214+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.312 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-23' for execution. | |
18:19:03.315 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-45' for task 'load'", 'timestamp': '2023-06-07T22:19:03.315127+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.315 | INFO | Flow run 'beryl-hamster' - Created task run 'load-45' for task 'load' | |
18:19:03.316 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-45' for execution.", 'timestamp': '2023-06-07T22:19:03.315953+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.315 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-45' for execution. | |
18:19:03.325 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.325 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.325 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.331 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.341 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.342 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.342 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.342 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.343 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.343 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.344 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.346 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-7' for execution.", 'timestamp': '2023-06-07T22:19:02.896100+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 5174/3000000) | |
18:19:03.349 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.355 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.356 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.356 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.356 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.357 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.357 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.357 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.362 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.369 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-8' for task 'load'", 'timestamp': '2023-06-07T22:19:02.899262+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 5397/3000000) | |
18:19:03.376 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.376 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.376 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.376 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.391 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.392 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.392 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.392 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.396 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-8' for execution.", 'timestamp': '2023-06-07T22:19:02.900276+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 5621/3000000) | |
18:19:03.397 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.397 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.397 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.397 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.398 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.398 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.398 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.398 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.411 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.411 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.411 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.411 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.412 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-12' for task 'load'", 'timestamp': '2023-06-07T22:19:02.916082+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 5845/3000000) | |
18:19:03.415 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.415 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.415 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.416 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.434 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-30' for task 'load'", 'timestamp': '2023-06-07T22:19:03.434118+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.434 | INFO | Flow run 'beryl-hamster' - Created task run 'load-30' for task 'load' | |
18:19:03.435 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-30' for execution.", 'timestamp': '2023-06-07T22:19:03.435164+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.435 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-30' for execution. | |
18:19:03.438 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-40' for task 'load'", 'timestamp': '2023-06-07T22:19:03.437809+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.437 | INFO | Flow run 'beryl-hamster' - Created task run 'load-40' for task 'load' | |
18:19:03.438 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-40' for execution.", 'timestamp': '2023-06-07T22:19:03.438599+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.438 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-40' for execution. | |
18:19:03.441 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.441 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.441 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.441 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.448 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.448 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.448 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.450 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.451 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-16' for task 'load'", 'timestamp': '2023-06-07T22:19:03.451513+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.451 | INFO | Flow run 'beryl-hamster' - Created task run 'load-16' for task 'load' | |
18:19:03.452 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-16' for execution.", 'timestamp': '2023-06-07T22:19:03.452494+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.452 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-16' for execution. | |
18:19:03.455 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-51' for task 'load'", 'timestamp': '2023-06-07T22:19:03.455240+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.455 | INFO | Flow run 'beryl-hamster' - Created task run 'load-51' for task 'load' | |
18:19:03.456 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-51' for execution.", 'timestamp': '2023-06-07T22:19:03.456049+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.456 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-51' for execution. | |
18:19:03.465 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-12' for execution.", 'timestamp': '2023-06-07T22:19:02.917018+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 6070/3000000) | |
18:19:03.474 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.474 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.474 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.474 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.476 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.476 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.476 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.479 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.499 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-53' for task 'load'", 'timestamp': '2023-06-07T22:19:03.498938+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.498 | INFO | Flow run 'beryl-hamster' - Created task run 'load-53' for task 'load' | |
18:19:03.500 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-53' for execution.", 'timestamp': '2023-06-07T22:19:03.500132+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.500 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-53' for execution. | |
18:19:03.504 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.505 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.505 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.505 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.507 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-10' for task 'load'", 'timestamp': '2023-06-07T22:19:02.920734+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 6294/3000000) | |
18:19:03.513 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-32' for task 'load'", 'timestamp': '2023-06-07T22:19:03.513429+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.513 | INFO | Flow run 'beryl-hamster' - Created task run 'load-32' for task 'load' | |
18:19:03.515 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-32' for execution.", 'timestamp': '2023-06-07T22:19:03.514810+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.514 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-32' for execution. | |
18:19:03.516 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.516 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.516 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.518 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.538 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.539 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.539 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.539 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.547 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.547 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.547 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.548 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.548 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-10' for execution.", 'timestamp': '2023-06-07T22:19:02.921604+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 6519/3000000) | |
18:19:03.552 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-55' for task 'load'", 'timestamp': '2023-06-07T22:19:03.552178+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.552 | INFO | Flow run 'beryl-hamster' - Created task run 'load-55' for task 'load' | |
18:19:03.553 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-55' for execution.", 'timestamp': '2023-06-07T22:19:03.553272+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.553 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-55' for execution. | |
18:19:03.561 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.562 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.562 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.562 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.569 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.570 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.570 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.571 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.587 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-13' for task 'load'", 'timestamp': '2023-06-07T22:19:02.925646+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 6743/3000000) | |
18:19:03.603 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.604 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.604 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.604 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.613 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.614 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.614 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.615 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.637 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-13' for execution.", 'timestamp': '2023-06-07T22:19:02.926627+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 6968/3000000) | |
18:19:03.638 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.638 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.638 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.639 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.646 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.647 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.647 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.652 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.667 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.668 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.668 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.669 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.672 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-47' for task 'load'", 'timestamp': '2023-06-07T22:19:03.671849+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.671 | INFO | Flow run 'beryl-hamster' - Created task run 'load-47' for task 'load' | |
18:19:03.673 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-47' for execution.", 'timestamp': '2023-06-07T22:19:03.673107+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.673 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-47' for execution. | |
18:19:03.684 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-11' for task 'load'", 'timestamp': '2023-06-07T22:19:02.930781+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 7192/3000000) | |
18:19:03.685 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.685 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.685 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.688 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.710 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.710 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.711 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.711 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.712 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.713 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.713 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.714 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.733 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-11' for execution.", 'timestamp': '2023-06-07T22:19:02.931733+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 7417/3000000) | |
18:19:03.741 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.742 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.742 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.742 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.755 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.755 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.755 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.757 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.771 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-9' for task 'load'", 'timestamp': '2023-06-07T22:19:02.935805+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 7640/3000000) | |
18:19:03.772 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.773 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.773 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.773 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.775 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-61' for task 'load'", 'timestamp': '2023-06-07T22:19:03.775744+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.775 | INFO | Flow run 'beryl-hamster' - Created task run 'load-61' for task 'load' | |
18:19:03.776 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-61' for execution.", 'timestamp': '2023-06-07T22:19:03.776694+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.776 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-61' for execution. | |
18:19:03.778 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.779 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.779 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.782 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.807 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.808 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.808 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.808 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.810 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-9' for execution.", 'timestamp': '2023-06-07T22:19:02.936866+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 7864/3000000) | |
18:19:03.810 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.811 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.811 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.813 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.827 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.827 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.827 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.828 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.840 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.840 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.840 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.842 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.843 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-49' for task 'load'", 'timestamp': '2023-06-07T22:19:03.843710+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.843 | INFO | Flow run 'beryl-hamster' - Created task run 'load-49' for task 'load' | |
18:19:03.844 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-49' for execution.", 'timestamp': '2023-06-07T22:19:03.844599+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.844 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-49' for execution. | |
18:19:03.847 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-64' for task 'load'", 'timestamp': '2023-06-07T22:19:03.847370+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.847 | INFO | Flow run 'beryl-hamster' - Created task run 'load-64' for task 'load' | |
18:19:03.848 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-64' for execution.", 'timestamp': '2023-06-07T22:19:03.848190+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.848 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-64' for execution. | |
18:19:03.853 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-34' for task 'load'", 'timestamp': '2023-06-07T22:19:02.958337+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 8088/3000000) | |
18:19:03.859 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.860 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.860 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.860 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.862 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-65' for task 'load'", 'timestamp': '2023-06-07T22:19:03.862277+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.862 | INFO | Flow run 'beryl-hamster' - Created task run 'load-65' for task 'load' | |
18:19:03.863 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-65' for execution.", 'timestamp': '2023-06-07T22:19:03.863172+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.863 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-65' for execution. | |
18:19:03.865 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-42' for task 'load'", 'timestamp': '2023-06-07T22:19:03.865395+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.865 | INFO | Flow run 'beryl-hamster' - Created task run 'load-42' for task 'load' | |
18:19:03.866 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-42' for execution.", 'timestamp': '2023-06-07T22:19:03.866175+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.866 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-42' for execution. | |
18:19:03.874 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.874 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.875 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.878 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.880 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-66' for task 'load'", 'timestamp': '2023-06-07T22:19:03.880461+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.880 | INFO | Flow run 'beryl-hamster' - Created task run 'load-66' for task 'load' | |
18:19:03.881 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-66' for execution.", 'timestamp': '2023-06-07T22:19:03.881364+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.881 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-66' for execution. | |
18:19:03.893 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-34' for execution.", 'timestamp': '2023-06-07T22:19:02.959239+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 8313/3000000) | |
18:19:03.895 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.896 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.896 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.896 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.898 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.899 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.899 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.900 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.904 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-67' for task 'load'", 'timestamp': '2023-06-07T22:19:03.904612+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.904 | INFO | Flow run 'beryl-hamster' - Created task run 'load-67' for task 'load' | |
18:19:03.905 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-67' for execution.", 'timestamp': '2023-06-07T22:19:03.905568+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.905 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-67' for execution. | |
18:19:03.912 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.912 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.912 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.912 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.916 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.917 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.917 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.917 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-14' for task 'load'", 'timestamp': '2023-06-07T22:19:02.987281+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 8537/3000000) | |
18:19:03.919 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.938 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.939 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.939 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.939 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.941 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.942 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.942 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.944 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.947 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-36' for task 'load'", 'timestamp': '2023-06-07T22:19:03.947137+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.947 | INFO | Flow run 'beryl-hamster' - Created task run 'load-36' for task 'load' | |
18:19:03.948 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-36' for execution.", 'timestamp': '2023-06-07T22:19:03.948068+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.948 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-36' for execution. | |
18:19:03.951 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-69' for task 'load'", 'timestamp': '2023-06-07T22:19:03.951626+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.951 | INFO | Flow run 'beryl-hamster' - Created task run 'load-69' for task 'load' | |
18:19:03.952 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-69' for execution.", 'timestamp': '2023-06-07T22:19:03.952482+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.952 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-69' for execution. | |
18:19:03.962 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-14' for execution.", 'timestamp': '2023-06-07T22:19:02.988196+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 8762/3000000) | |
18:19:03.967 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.967 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.967 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.967 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:03.975 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.975 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.975 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:03.977 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:03.995 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-70' for task 'load'", 'timestamp': '2023-06-07T22:19:03.995319+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:03.995 | INFO | Flow run 'beryl-hamster' - Created task run 'load-70' for task 'load' | |
18:19:03.996 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-70' for execution.", 'timestamp': '2023-06-07T22:19:03.996210+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:03.996 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-70' for execution. | |
18:19:03.999 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-15' for task 'load'", 'timestamp': '2023-06-07T22:19:03.012111+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 8986/3000000) | |
18:19:03.999 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:03.999 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:03.999 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:03.999 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.003 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.003 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.003 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.004 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.025 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.025 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.025 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.025 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.028 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-15' for execution.", 'timestamp': '2023-06-07T22:19:03.013078+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 9211/3000000) | |
18:19:04.028 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.028 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.028 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.034 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.045 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.045 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.045 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.045 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.049 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.049 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.049 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.051 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.072 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-38' for task 'load'", 'timestamp': '2023-06-07T22:19:03.036684+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 9435/3000000) | |
18:19:04.074 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.074 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.074 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.074 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.076 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.076 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.077 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.077 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.091 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.092 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.092 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.092 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.097 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-38' for execution.", 'timestamp': '2023-06-07T22:19:03.037595+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 9660/3000000) | |
18:19:04.097 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.097 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.097 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.099 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.100 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:04.100548+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'cb5f0bfb-2d48-44f6-84a4-012bd7e66acb', '__payload_size__': 238} | |
18:19:04.100 | DEBUG | Task run 'load-34' - Beginning execution... | |
18:19:04.101 | DEBUG | WorkerThread-0 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/FWONK.csv')) in thread 'WorkerThread-0' with timeout None | |
18:19:04.101 | DEBUG | WorkerThread-0 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:04.116 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.117 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.117 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.117 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.120 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.121 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.121 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.123 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.140 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-57' for task 'load'", 'timestamp': '2023-06-07T22:19:04.140282+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:04.140 | INFO | Flow run 'beryl-hamster' - Created task run 'load-57' for task 'load' | |
18:19:04.141 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-57' for execution.", 'timestamp': '2023-06-07T22:19:04.141204+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:04.141 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-57' for execution. | |
18:19:04.149 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-18' for task 'load'", 'timestamp': '2023-06-07T22:19:03.040291+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 9884/3000000) | |
18:19:04.163 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.164 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.164 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.164 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.168 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-56' for task 'load'", 'timestamp': '2023-06-07T22:19:04.167899+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:04.167 | INFO | Flow run 'beryl-hamster' - Created task run 'load-56' for task 'load' | |
18:19:04.169 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-56' for execution.", 'timestamp': '2023-06-07T22:19:04.168806+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:04.168 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-56' for execution. | |
18:19:04.172 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.172 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.172 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.176 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.178 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-77' for task 'load'", 'timestamp': '2023-06-07T22:19:04.178031+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:04.178 | INFO | Flow run 'beryl-hamster' - Created task run 'load-77' for task 'load' | |
18:19:04.179 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-77' for execution.", 'timestamp': '2023-06-07T22:19:04.178870+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:04.178 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-77' for execution. | |
18:19:04.181 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-76' for task 'load'", 'timestamp': '2023-06-07T22:19:04.181690+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:04.181 | INFO | Flow run 'beryl-hamster' - Created task run 'load-76' for task 'load' | |
18:19:04.182 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-76' for execution.", 'timestamp': '2023-06-07T22:19:04.182656+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:04.182 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-76' for execution. | |
18:19:04.207 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.208 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.208 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.208 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.209 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-18' for execution.", 'timestamp': '2023-06-07T22:19:03.041108+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 10109/3000000) | |
18:19:04.210 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.211 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.211 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.214 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.361 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.362 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.362 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.362 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.376 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.377 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.377 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.378 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-19' for task 'load'", 'timestamp': '2023-06-07T22:19:03.044568+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 10333/3000000) | |
18:19:04.379 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.384 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-48' for task 'load'", 'timestamp': '2023-06-07T22:19:04.383931+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:04.383 | INFO | Flow run 'beryl-hamster' - Created task run 'load-48' for task 'load' | |
18:19:04.385 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-48' for execution.", 'timestamp': '2023-06-07T22:19:04.385065+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:04.385 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-48' for execution. | |
18:19:04.403 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.404 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.404 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.404 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.407 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.410 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.410 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.411 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.437 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-19' for execution.", 'timestamp': '2023-06-07T22:19:03.045343+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 10558/3000000) | |
18:19:04.444 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.444 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.444 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.445 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.457 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.458 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.458 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.459 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.504 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.505 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.505 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.505 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.505 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-21' for task 'load'", 'timestamp': '2023-06-07T22:19:03.048846+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 10782/3000000) | |
18:19:04.510 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.511 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.511 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.513 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.529 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-83' for task 'load'", 'timestamp': '2023-06-07T22:19:04.529669+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:04.529 | INFO | Flow run 'beryl-hamster' - Created task run 'load-83' for task 'load' | |
18:19:04.531 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-83' for execution.", 'timestamp': '2023-06-07T22:19:04.531009+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:04.531 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-83' for execution. | |
18:19:04.532 | DEBUG | WorkerThread-0 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.43> exited | |
18:19:04.535 | DEBUG | WorkerThread-0 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/FWONK.csv')) | |
18:19:04.535 | INFO | WorkerThread-0 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-0' | |
18:19:04.538 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.539 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.539 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.539 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.549 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-21' for execution.", 'timestamp': '2023-06-07T22:19:03.049659+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 11007/3000000) | |
18:19:04.549 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.550 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.550 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.551 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.556 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-62' for task 'load'", 'timestamp': '2023-06-07T22:19:04.556146+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:04.556 | INFO | Flow run 'beryl-hamster' - Created task run 'load-62' for task 'load' | |
18:19:04.557 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-62' for execution.", 'timestamp': '2023-06-07T22:19:04.557240+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:04.557 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-62' for execution. | |
18:19:04.560 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-63' for task 'load'", 'timestamp': '2023-06-07T22:19:04.559873+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:04.559 | INFO | Flow run 'beryl-hamster' - Created task run 'load-63' for task 'load' | |
18:19:04.560 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-63' for execution.", 'timestamp': '2023-06-07T22:19:04.560762+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:04.560 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-63' for execution. | |
18:19:04.567 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:04.567 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:04.567 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:04.567 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:04.580 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.580 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.580 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.580 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.584 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.584 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.584 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.585 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.591 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-20' for task 'load'", 'timestamp': '2023-06-07T22:19:03.051908+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 11231/3000000) | |
18:19:04.598 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.598 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.599 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.599 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.601 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.601 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.601 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.603 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.621 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.622 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.622 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.622 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.632 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.632 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.633 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.633 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.633 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-20' for execution.", 'timestamp': '2023-06-07T22:19:03.052674+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 11456/3000000) | |
18:19:04.636 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-50' for task 'load'", 'timestamp': '2023-06-07T22:19:04.636155+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:04.636 | INFO | Flow run 'beryl-hamster' - Created task run 'load-50' for task 'load' | |
18:19:04.637 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-50' for execution.", 'timestamp': '2023-06-07T22:19:04.637040+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:04.637 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-50' for execution. | |
18:19:04.650 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.650 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.650 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.650 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.653 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:04.653306+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '7020f7a8-49c4-4667-8cb0-2e13f37df752', '__payload_size__': 238} | |
18:19:04.653 | DEBUG | Task run 'load-3' - Beginning execution... | |
18:19:04.655 | DEBUG | WorkerThread-1 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/NVR.csv')) in thread 'WorkerThread-1' with timeout None | |
18:19:04.655 | DEBUG | WorkerThread-1 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:04.656 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:04.656451+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'a61d7803-7584-4fd6-8501-c79339c39671', '__payload_size__': 238} | |
18:19:04.656 | DEBUG | Task run 'load-7' - Beginning execution... | |
18:19:04.657 | DEBUG | WorkerThread-2 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/BXC.csv')) in thread 'WorkerThread-2' with timeout None | |
18:19:04.657 | DEBUG | WorkerThread-2 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:04.658 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.658 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.658 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.659 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.675 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-24' for task 'load'", 'timestamp': '2023-06-07T22:19:03.098944+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 11680/3000000) | |
18:19:04.704 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.706 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.706 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.706 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.719 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:04.718695+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'ec87e8e2-ae07-4758-ae5d-ce15211274bb', '__payload_size__': 238} | |
18:19:04.718 | DEBUG | Task run 'load-8' - Beginning execution... | |
18:19:04.785 | DEBUG | WorkerThread-3 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/CHCO.csv')) in thread 'WorkerThread-3' with timeout None | |
18:19:04.785 | DEBUG | WorkerThread-3 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:04.838 | DEBUG | WorkerThread-1 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.18> exited | |
18:19:04.839 | DEBUG | WorkerThread-1 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/NVR.csv')) | |
18:19:04.840 | INFO | WorkerThread-1 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-1' | |
18:19:04.859 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.860 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.865 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.870 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.886 | DEBUG | WorkerThread-2 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.23> exited | |
18:19:04.886 | DEBUG | WorkerThread-2 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/BXC.csv')) | |
18:19:04.886 | INFO | WorkerThread-2 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-2' | |
18:19:04.901 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:04.901 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:04.902 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:04.904 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:04.945 | DEBUG | WorkerThread-3 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.16> exited | |
18:19:04.946 | DEBUG | WorkerThread-3 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/CHCO.csv')) | |
18:19:04.946 | INFO | WorkerThread-3 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-3' | |
18:19:04.950 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-24' for execution.", 'timestamp': '2023-06-07T22:19:03.099889+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 11905/3000000) | |
18:19:04.951 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:04.952 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.952 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.952 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:04.961 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:04.961 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:04.961 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:04.962 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:04.967 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:04.968 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:04.968 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:04.970 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:04.973 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:04.974 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:04.974 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:04.974 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:05.004 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.005 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.005 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.005 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.008 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.009 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.009 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.010 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.010 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-26' for task 'load'", 'timestamp': '2023-06-07T22:19:03.103468+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 12129/3000000) | |
18:19:05.037 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.038 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.038 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.038 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.054 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.055 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.055 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.057 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.060 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-26' for execution.", 'timestamp': '2023-06-07T22:19:03.104277+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 12354/3000000) | |
18:19:05.068 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:05.067672+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '3bdc9ec4-d579-4323-93ae-abcdbd3bd438', '__payload_size__': 238} | |
18:19:05.067 | DEBUG | Task run 'load-46' - Beginning execution... | |
18:19:05.070 | DEBUG | WorkerThread-4 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/AN.csv')) in thread 'WorkerThread-4' with timeout None | |
18:19:05.073 | DEBUG | WorkerThread-4 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:05.094 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.094 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.094 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.094 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.114 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.114 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.123 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.127 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.136 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:05.135583+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'aa506a79-0b4c-4bea-8e64-96dc8bdd220c', '__payload_size__': 238} | |
18:19:05.135 | DEBUG | Task run 'load-22' - Beginning execution... | |
18:19:05.153 | DEBUG | WorkerThread-5 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/SMBK.csv')) in thread 'WorkerThread-5' with timeout None | |
18:19:05.156 | DEBUG | WorkerThread-5 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:05.187 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.188 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.188 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.188 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.189 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-27' for task 'load'", 'timestamp': '2023-06-07T22:19:03.106513+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 12578/3000000) | |
18:19:05.189 | DEBUG | WorkerThread-4 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.12> exited | |
18:19:05.197 | DEBUG | WorkerThread-4 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/AN.csv')) | |
18:19:05.197 | INFO | WorkerThread-4 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-4' | |
18:19:05.211 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.212 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.213 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.217 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.266 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:05.269 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:05.271 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:05.272 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:05.287 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.288 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.288 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.289 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.294 | DEBUG | WorkerThread-5 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.14> exited | |
18:19:05.295 | DEBUG | WorkerThread-5 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/SMBK.csv')) | |
18:19:05.295 | INFO | WorkerThread-5 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-5' | |
18:19:05.295 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-27' for execution.", 'timestamp': '2023-06-07T22:19:03.107295+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 12803/3000000) | |
18:19:05.296 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.296 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.296 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.298 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.317 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:05.317 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:05.318 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:05.318 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:05.323 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.324 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.324 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.324 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.337 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.337 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.337 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.341 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.342 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-25' for task 'load'", 'timestamp': '2023-06-07T22:19:03.117134+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 13027/3000000) | |
18:19:05.351 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.351 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.352 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.352 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.356 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.356 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.356 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.357 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.362 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-71' for task 'load'", 'timestamp': '2023-06-07T22:19:05.362371+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:05.362 | INFO | Flow run 'beryl-hamster' - Created task run 'load-71' for task 'load' | |
18:19:05.384 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-71' for execution.", 'timestamp': '2023-06-07T22:19:05.384048+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:05.384 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-71' for execution. | |
18:19:05.402 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-25' for execution.", 'timestamp': '2023-06-07T22:19:03.118124+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 13252/3000000) | |
18:19:05.404 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.404 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.405 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.405 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.417 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.418 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.418 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.419 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.423 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-72' for task 'load'", 'timestamp': '2023-06-07T22:19:05.423135+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:05.423 | INFO | Flow run 'beryl-hamster' - Created task run 'load-72' for task 'load' | |
18:19:05.424 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-72' for execution.", 'timestamp': '2023-06-07T22:19:05.424417+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:05.424 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-72' for execution. | |
18:19:05.446 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.446 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.447 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.447 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.450 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.451 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.451 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.451 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-28' for task 'load'", 'timestamp': '2023-06-07T22:19:03.123483+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 13476/3000000) | |
18:19:05.452 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.457 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-98' for task 'load'", 'timestamp': '2023-06-07T22:19:05.457409+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:05.457 | INFO | Flow run 'beryl-hamster' - Created task run 'load-98' for task 'load' | |
18:19:05.458 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-98' for execution.", 'timestamp': '2023-06-07T22:19:05.458605+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:05.458 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-98' for execution. | |
18:19:05.479 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.479 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.479 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.479 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.480 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.481 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.481 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.483 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.506 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-28' for execution.", 'timestamp': '2023-06-07T22:19:03.124396+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 13701/3000000) | |
18:19:05.515 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.516 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.516 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.516 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.531 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.532 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.532 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.534 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.537 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-74' for task 'load'", 'timestamp': '2023-06-07T22:19:05.537151+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:05.537 | INFO | Flow run 'beryl-hamster' - Created task run 'load-74' for task 'load' | |
18:19:05.538 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-74' for execution.", 'timestamp': '2023-06-07T22:19:05.538296+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:05.538 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-74' for execution. | |
18:19:05.552 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-29' for task 'load'", 'timestamp': '2023-06-07T22:19:03.131278+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 13925/3000000) | |
18:19:05.554 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.555 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.555 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.555 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.564 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.564 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.564 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.570 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.585 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.585 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.585 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.585 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.599 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.599 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.599 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.602 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.604 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-75' for task 'load'", 'timestamp': '2023-06-07T22:19:05.603930+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:05.603 | INFO | Flow run 'beryl-hamster' - Created task run 'load-75' for task 'load' | |
18:19:05.605 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-75' for execution.", 'timestamp': '2023-06-07T22:19:05.604948+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:05.604 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-75' for execution. | |
18:19:05.605 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-29' for execution.", 'timestamp': '2023-06-07T22:19:03.132097+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 14150/3000000) | |
18:19:05.613 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.614 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.614 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.614 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.626 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.626 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.626 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.629 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.638 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-41' for task 'load'", 'timestamp': '2023-06-07T22:19:03.156287+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 14374/3000000) | |
18:19:05.641 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:05.641645+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'e4197efe-72bd-4971-b7e6-1f40cf8a15f9', '__payload_size__': 238} | |
18:19:05.641 | DEBUG | Task run 'load-10' - Beginning execution... | |
18:19:05.644 | DEBUG | WorkerThread-6 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/MN.csv')) in thread 'WorkerThread-6' with timeout None | |
18:19:05.644 | DEBUG | WorkerThread-6 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:05.645 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:05.645693+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'e55f03d2-3644-485b-84f9-36063a5ed36e', '__payload_size__': 238} | |
18:19:05.645 | DEBUG | Task run 'load-20' - Beginning execution... | |
18:19:05.650 | DEBUG | WorkerThread-7 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/WSTG.csv')) in thread 'WorkerThread-7' with timeout None | |
18:19:05.650 | DEBUG | WorkerThread-7 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:05.652 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:05.651816+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '9479500a-304a-4a09-bcc4-cf797e5fc332', '__payload_size__': 238} | |
18:19:05.651 | DEBUG | Task run 'load-19' - Beginning execution... | |
18:19:05.690 | DEBUG | WorkerThread-8 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/FCFS.csv')) in thread 'WorkerThread-8' with timeout None | |
18:19:05.690 | DEBUG | WorkerThread-8 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:05.693 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.693 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.693 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.693 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.706 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-58' for task 'load'", 'timestamp': '2023-06-07T22:19:05.705813+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:05.705 | INFO | Flow run 'beryl-hamster' - Created task run 'load-58' for task 'load' | |
18:19:05.707 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-58' for execution.", 'timestamp': '2023-06-07T22:19:05.707157+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:05.707 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-58' for execution. | |
18:19:05.712 | DEBUG | WorkerThread-6 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.07> exited | |
18:19:05.730 | DEBUG | WorkerThread-6 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/MN.csv')) | |
18:19:05.730 | INFO | WorkerThread-6 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-6' | |
18:19:05.731 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.731 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.731 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.738 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.748 | DEBUG | WorkerThread-7 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.10> exited | |
18:19:05.750 | DEBUG | WorkerThread-7 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/WSTG.csv')) | |
18:19:05.750 | INFO | WorkerThread-7 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-7' | |
18:19:05.752 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:05.759 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:05.760 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:05.760 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:05.801 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.801 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.801 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.801 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.802 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-41' for execution.", 'timestamp': '2023-06-07T22:19:03.157207+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 14599/3000000) | |
18:19:05.802 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:05.802 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:05.804 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:05.804 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:05.809 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.810 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.810 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.812 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.819 | DEBUG | WorkerThread-8 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.13> exited | |
18:19:05.821 | DEBUG | WorkerThread-8 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/FCFS.csv')) | |
18:19:05.824 | INFO | WorkerThread-8 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-8' | |
18:19:05.829 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:05.829529+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'a61d7803-7584-4fd6-8501-c79339c39671', '__payload_size__': 245} | |
18:19:05.829 | INFO | Task run 'load-7' - Finished in state Completed() | |
18:19:05.836 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.836 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.836 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.836 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.837 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:05.837 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:05.837 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:05.837 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:05.849 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-43' for task 'load'", 'timestamp': '2023-06-07T22:19:03.228461+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 14823/3000000) | |
18:19:05.849 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.849 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.849 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.851 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.853 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:05.853031+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'ba048057-97d0-463e-abb6-0e97ef84b7a6', '__payload_size__': 238} | |
18:19:05.853 | DEBUG | Task run 'load-43' - Beginning execution... | |
18:19:05.855 | DEBUG | WorkerThread-9 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/CRT.csv')) in thread 'WorkerThread-9' with timeout None | |
18:19:05.857 | DEBUG | WorkerThread-9 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:05.882 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.883 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.883 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.883 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.901 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.901 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.904 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.910 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.924 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-43' for execution.", 'timestamp': '2023-06-07T22:19:03.229345+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 15048/3000000) | |
18:19:05.928 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-107' for task 'load'", 'timestamp': '2023-06-07T22:19:05.928294+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:05.928 | INFO | Flow run 'beryl-hamster' - Created task run 'load-107' for task 'load' | |
18:19:05.929 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-107' for execution.", 'timestamp': '2023-06-07T22:19:05.929473+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:05.929 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-107' for execution. | |
18:19:05.937 | DEBUG | WorkerThread-9 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.08> exited | |
18:19:05.937 | DEBUG | WorkerThread-9 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/CRT.csv')) | |
18:19:05.937 | INFO | WorkerThread-9 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-9' | |
18:19:05.941 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.941 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.942 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.942 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.951 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.951 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.951 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.953 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.957 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-79' for task 'load'", 'timestamp': '2023-06-07T22:19:05.956793+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:05.956 | INFO | Flow run 'beryl-hamster' - Created task run 'load-79' for task 'load' | |
18:19:05.957 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-79' for execution.", 'timestamp': '2023-06-07T22:19:05.957778+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:05.957 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-79' for execution. | |
18:19:05.958 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:05.958 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:05.958 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:05.958 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:05.967 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-44' for task 'load'", 'timestamp': '2023-06-07T22:19:03.232692+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 15272/3000000) | |
18:19:05.971 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:05.971 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.971 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.971 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:05.974 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:05.974 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:05.975 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:05.977 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:05.977662+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'fd23a968-5661-40c3-859e-cc98dc50eb2a', '__payload_size__': 238} | |
18:19:05.977 | DEBUG | Task run 'load-47' - Beginning execution... | |
18:19:05.978 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:05.985 | DEBUG | WorkerThread-10 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/FCN.csv')) in thread 'WorkerThread-10' with timeout None | |
18:19:05.985 | DEBUG | WorkerThread-10 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:05.995 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-110' for task 'load'", 'timestamp': '2023-06-07T22:19:05.995009+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:05.995 | INFO | Flow run 'beryl-hamster' - Created task run 'load-110' for task 'load' | |
18:19:05.996 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-110' for execution.", 'timestamp': '2023-06-07T22:19:05.995927+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:05.995 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-110' for execution. | |
18:19:06.012 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.012 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.012 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.013 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.028 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.033 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.033 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.033 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-44' for execution.", 'timestamp': '2023-06-07T22:19:03.233468+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 15497/3000000) | |
18:19:06.036 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.038 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-80' for task 'load'", 'timestamp': '2023-06-07T22:19:06.037864+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:06.037 | INFO | Flow run 'beryl-hamster' - Created task run 'load-80' for task 'load' | |
18:19:06.042 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-80' for execution.", 'timestamp': '2023-06-07T22:19:06.041969+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.041 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-80' for execution. | |
18:19:06.059 | DEBUG | WorkerThread-10 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.07> exited | |
18:19:06.059 | DEBUG | WorkerThread-10 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/FCN.csv')) | |
18:19:06.059 | INFO | WorkerThread-10 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-10' | |
18:19:06.073 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.073 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.073 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.073 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.074 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:06.074 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:06.074 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:06.074 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:06.086 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.086 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.086 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.088 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.089 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-17' for task 'load'", 'timestamp': '2023-06-07T22:19:03.235619+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 15721/3000000) | |
18:19:06.102 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.103 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.103 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.103 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.110 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.110 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.111 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.112 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.126 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-17' for execution.", 'timestamp': '2023-06-07T22:19:03.236368+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 15946/3000000) | |
18:19:06.128 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.128 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.128 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.128 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.137 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.137 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.137 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.140 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.151 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.151 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.152 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.152 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.155 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-114' for task 'load'", 'timestamp': '2023-06-07T22:19:06.155707+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.155 | INFO | Flow run 'beryl-hamster' - Created task run 'load-114' for task 'load' | |
18:19:06.156 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-114' for execution.", 'timestamp': '2023-06-07T22:19:06.156664+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:06.156 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-114' for execution. | |
18:19:06.167 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.167 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.167 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.169 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-33' for task 'load'", 'timestamp': '2023-06-07T22:19:03.246076+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 16170/3000000) | |
18:19:06.178 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.187 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:06.187103+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '7d91b865-bb9b-40dc-8c7d-d4fd03f9c954', '__payload_size__': 238} | |
18:19:06.187 | DEBUG | Task run 'load-14' - Beginning execution... | |
18:19:06.188 | DEBUG | WorkerThread-11 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/AFG.csv')) in thread 'WorkerThread-11' with timeout None | |
18:19:06.188 | DEBUG | WorkerThread-11 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:06.189 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.190 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.190 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.190 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.197 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.198 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.198 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.201 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-33' for execution.", 'timestamp': '2023-06-07T22:19:03.246958+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 16395/3000000) | |
18:19:06.203 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.236 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-85' for task 'load'", 'timestamp': '2023-06-07T22:19:06.236601+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:06.236 | INFO | Flow run 'beryl-hamster' - Created task run 'load-85' for task 'load' | |
18:19:06.237 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-85' for execution.", 'timestamp': '2023-06-07T22:19:06.237479+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.237 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-85' for execution. | |
18:19:06.251 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.252 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.252 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.252 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.254 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.254 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.254 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.254 | DEBUG | WorkerThread-11 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.07> exited | |
18:19:06.256 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.256 | DEBUG | WorkerThread-11 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/AFG.csv')) | |
18:19:06.272 | INFO | WorkerThread-11 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-11' | |
18:19:06.279 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-35' for task 'load'", 'timestamp': '2023-06-07T22:19:03.255375+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 16619/3000000) | |
18:19:06.280 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.280 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.280 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.280 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.281 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:06.281 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:06.281 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:06.281 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:06.295 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.295 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.295 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.298 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.306 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.306 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.307 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.307 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.308 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-35' for execution.", 'timestamp': '2023-06-07T22:19:03.256242+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 16844/3000000) | |
18:19:06.316 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-118' for task 'load'", 'timestamp': '2023-06-07T22:19:06.315914+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.315 | INFO | Flow run 'beryl-hamster' - Created task run 'load-118' for task 'load' | |
18:19:06.317 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-118' for execution.", 'timestamp': '2023-06-07T22:19:06.316843+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:06.316 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-118' for execution. | |
18:19:06.319 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:06.319286+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'eacb821a-7345-483e-9f2d-13890eb9e09a', '__payload_size__': 238} | |
18:19:06.319 | DEBUG | Task run 'load-0' - Beginning execution... | |
18:19:06.329 | DEBUG | WorkerThread-12 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/PRI.csv')) in thread 'WorkerThread-12' with timeout None | |
18:19:06.329 | DEBUG | WorkerThread-12 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:06.330 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.331 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.331 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.334 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.346 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.347 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.347 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.347 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.348 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.348 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.349 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.349 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-46' for task 'load'", 'timestamp': '2023-06-07T22:19:03.283077+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 17068/3000000) | |
18:19:06.350 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.379 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.380 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.380 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.380 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.399 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.401 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.402 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.410 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.420 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-46' for execution.", 'timestamp': '2023-06-07T22:19:03.284057+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 17293/3000000) | |
18:19:06.424 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.425 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.425 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.425 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.429 | DEBUG | WorkerThread-12 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.10> exited | |
18:19:06.429 | DEBUG | WorkerThread-12 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/PRI.csv')) | |
18:19:06.429 | INFO | WorkerThread-12 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-12' | |
18:19:06.434 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-120' for task 'load'", 'timestamp': '2023-06-07T22:19:06.434470+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.434 | INFO | Flow run 'beryl-hamster' - Created task run 'load-120' for task 'load' | |
18:19:06.435 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-120' for execution.", 'timestamp': '2023-06-07T22:19:06.435391+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:06.435 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-120' for execution. | |
18:19:06.438 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-87' for task 'load'", 'timestamp': '2023-06-07T22:19:06.438129+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:06.438 | INFO | Flow run 'beryl-hamster' - Created task run 'load-87' for task 'load' | |
18:19:06.439 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-87' for execution.", 'timestamp': '2023-06-07T22:19:06.438955+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.438 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-87' for execution. | |
18:19:06.439 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.439 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.439 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.441 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.443 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-52' for task 'load'", 'timestamp': '2023-06-07T22:19:06.442875+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:06.442 | INFO | Flow run 'beryl-hamster' - Created task run 'load-52' for task 'load' | |
18:19:06.443 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-52' for execution.", 'timestamp': '2023-06-07T22:19:06.443684+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.443 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-52' for execution. | |
18:19:06.446 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:06.446218+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'd7b2b8ff-0a95-489c-8051-065c07c89f69', '__payload_size__': 238} | |
18:19:06.446 | DEBUG | Task run 'load-4' - Beginning execution... | |
18:19:06.448 | DEBUG | WorkerThread-13 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/LECO.csv')) in thread 'WorkerThread-13' with timeout None | |
18:19:06.448 | DEBUG | WorkerThread-13 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:06.457 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:06.457 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:06.457 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:06.457 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:06.462 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-37' for task 'load'", 'timestamp': '2023-06-07T22:19:03.286731+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 17517/3000000) | |
18:19:06.463 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.464 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.464 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.464 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.472 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.472 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.473 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.474 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.492 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-122' for task 'load'", 'timestamp': '2023-06-07T22:19:06.492466+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.492 | INFO | Flow run 'beryl-hamster' - Created task run 'load-122' for task 'load' | |
18:19:06.500 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-122' for execution.", 'timestamp': '2023-06-07T22:19:06.500300+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:06.500 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-122' for execution. | |
18:19:06.503 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:06.502844+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '9479500a-304a-4a09-bcc4-cf797e5fc332', '__payload_size__': 245} | |
18:19:06.502 | INFO | Task run 'load-19' - Finished in state Completed() | |
18:19:06.526 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.526 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.526 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.527 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.535 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-37' for execution.", 'timestamp': '2023-06-07T22:19:03.287532+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 17742/3000000) | |
18:19:06.539 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-123' for task 'load'", 'timestamp': '2023-06-07T22:19:06.539225+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.539 | INFO | Flow run 'beryl-hamster' - Created task run 'load-123' for task 'load' | |
18:19:06.540 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-123' for execution.", 'timestamp': '2023-06-07T22:19:06.540121+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:06.540 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-123' for execution. | |
18:19:06.540 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.540 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.541 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.546 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.549 | DEBUG | WorkerThread-13 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.10> exited | |
18:19:06.550 | DEBUG | WorkerThread-13 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/LECO.csv')) | |
18:19:06.550 | INFO | WorkerThread-13 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-13' | |
18:19:06.554 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.555 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.555 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.555 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.561 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-91' for task 'load'", 'timestamp': '2023-06-07T22:19:06.561228+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:06.561 | INFO | Flow run 'beryl-hamster' - Created task run 'load-91' for task 'load' | |
18:19:06.562 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-91' for execution.", 'timestamp': '2023-06-07T22:19:06.562145+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.562 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-91' for execution. | |
18:19:06.566 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-124' for task 'load'", 'timestamp': '2023-06-07T22:19:06.565848+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.565 | INFO | Flow run 'beryl-hamster' - Created task run 'load-124' for task 'load' | |
18:19:06.566 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-124' for execution.", 'timestamp': '2023-06-07T22:19:06.566715+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:06.566 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-124' for execution. | |
18:19:06.570 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-90' for task 'load'", 'timestamp': '2023-06-07T22:19:06.570156+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:06.570 | INFO | Flow run 'beryl-hamster' - Created task run 'load-90' for task 'load' | |
18:19:06.571 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-90' for execution.", 'timestamp': '2023-06-07T22:19:06.570941+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.570 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-90' for execution. | |
18:19:06.573 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:06.573124+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'ba048057-97d0-463e-abb6-0e97ef84b7a6', '__payload_size__': 245} | |
18:19:06.573 | INFO | Task run 'load-43' - Finished in state Completed() | |
18:19:06.573 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.573 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.574 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.575 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:06.575 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:06.575 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:06.575 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:06.584 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.588 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-39' for task 'load'", 'timestamp': '2023-06-07T22:19:03.289907+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 17966/3000000) | |
18:19:06.594 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:06.594200+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '63eac9d8-b6f0-40a2-baf9-cae0895b5875', '__payload_size__': 238} | |
18:19:06.594 | DEBUG | Task run 'load-31' - Beginning execution... | |
18:19:06.595 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.595 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.595 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.595 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.596 | DEBUG | WorkerThread-14 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/MCHP.csv')) in thread 'WorkerThread-14' with timeout None | |
18:19:06.596 | DEBUG | WorkerThread-14 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:06.600 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.600 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.600 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.602 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.630 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-39' for execution.", 'timestamp': '2023-06-07T22:19:03.290890+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 18191/3000000) | |
18:19:06.631 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.632 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.632 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.632 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.638 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.638 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.638 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.649 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.677 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.677 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.677 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.677 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.687 | DEBUG | WorkerThread-14 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.09> exited | |
18:19:06.687 | DEBUG | WorkerThread-14 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/MCHP.csv')) | |
18:19:06.687 | INFO | WorkerThread-14 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-14' | |
18:19:06.687 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-23' for task 'load'", 'timestamp': '2023-06-07T22:19:03.311210+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 18415/3000000) | |
18:19:06.690 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-126' for task 'load'", 'timestamp': '2023-06-07T22:19:06.690331+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.690 | INFO | Flow run 'beryl-hamster' - Created task run 'load-126' for task 'load' | |
18:19:06.691 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-126' for execution.", 'timestamp': '2023-06-07T22:19:06.691244+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:06.691 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-126' for execution. | |
18:19:06.691 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.692 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.692 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.697 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.700 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:06.700 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:06.700 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:06.700 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:06.713 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:06.713562+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '0ea50f01-9db8-4855-abf6-1e564dae1837', '__payload_size__': 238} | |
18:19:06.713 | DEBUG | Task run 'load-13' - Beginning execution... | |
18:19:06.714 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.714 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.714 | DEBUG | WorkerThread-15 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/VRTX.csv')) in thread 'WorkerThread-15' with timeout None | |
18:19:06.715 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.715 | DEBUG | WorkerThread-15 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:06.715 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.722 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.722 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.723 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.725 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.733 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-23' for execution.", 'timestamp': '2023-06-07T22:19:03.312214+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 18640/3000000) | |
18:19:06.739 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-92' for task 'load'", 'timestamp': '2023-06-07T22:19:06.739590+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:06.739 | INFO | Flow run 'beryl-hamster' - Created task run 'load-92' for task 'load' | |
18:19:06.740 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-92' for execution.", 'timestamp': '2023-06-07T22:19:06.740538+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.740 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-92' for execution. | |
18:19:06.756 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.756 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.757 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.764 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.781 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.783 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.783 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.785 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.791 | DEBUG | WorkerThread-15 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.08> exited | |
18:19:06.791 | DEBUG | WorkerThread-15 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/VRTX.csv')) | |
18:19:06.791 | INFO | WorkerThread-15 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-15' | |
18:19:06.796 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-129' for task 'load'", 'timestamp': '2023-06-07T22:19:06.796697+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.796 | INFO | Flow run 'beryl-hamster' - Created task run 'load-129' for task 'load' | |
18:19:06.797 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-129' for execution.", 'timestamp': '2023-06-07T22:19:06.797646+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:06.797 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-129' for execution. | |
18:19:06.800 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-93' for task 'load'", 'timestamp': '2023-06-07T22:19:06.799963+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:06.799 | INFO | Flow run 'beryl-hamster' - Created task run 'load-93' for task 'load' | |
18:19:06.800 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-93' for execution.", 'timestamp': '2023-06-07T22:19:06.800753+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.800 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-93' for execution. | |
18:19:06.807 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-45' for task 'load'", 'timestamp': '2023-06-07T22:19:03.315127+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 18864/3000000) | |
18:19:06.807 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.807 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.807 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.808 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.811 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:06.811 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:06.811 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:06.811 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:06.814 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.814 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.814 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.816 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.817 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-95' for task 'load'", 'timestamp': '2023-06-07T22:19:06.817349+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:06.817 | INFO | Flow run 'beryl-hamster' - Created task run 'load-95' for task 'load' | |
18:19:06.818 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-95' for execution.", 'timestamp': '2023-06-07T22:19:06.818235+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.818 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-95' for execution. | |
18:19:06.820 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-94' for task 'load'", 'timestamp': '2023-06-07T22:19:06.820573+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:06.820 | INFO | Flow run 'beryl-hamster' - Created task run 'load-94' for task 'load' | |
18:19:06.821 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-94' for execution.", 'timestamp': '2023-06-07T22:19:06.821404+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.821 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-94' for execution. | |
18:19:06.837 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-96' for task 'load'", 'timestamp': '2023-06-07T22:19:06.837661+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:06.837 | INFO | Flow run 'beryl-hamster' - Created task run 'load-96' for task 'load' | |
18:19:06.839 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-96' for execution.", 'timestamp': '2023-06-07T22:19:06.838922+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:06.838 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-96' for execution. | |
18:19:06.843 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.844 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.844 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.844 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.857 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.858 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.858 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.858 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-45' for execution.", 'timestamp': '2023-06-07T22:19:03.315953+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 19089/3000000) | |
18:19:06.862 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.881 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.882 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.882 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.882 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.887 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.888 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.888 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.889 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.892 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:06.892680+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '3877aa72-f4b7-497a-b5f5-d26baacf5273', '__payload_size__': 238} | |
18:19:06.892 | DEBUG | Task run 'load-12' - Beginning execution... | |
18:19:06.894 | DEBUG | WorkerThread-16 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/CR.csv')) in thread 'WorkerThread-16' with timeout None | |
18:19:06.896 | DEBUG | WorkerThread-16 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:06.910 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-30' for task 'load'", 'timestamp': '2023-06-07T22:19:03.434118+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 19313/3000000) | |
18:19:06.933 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.934 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.934 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.934 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:06.962 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.962 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.963 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:06.965 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:06.966 | DEBUG | WorkerThread-16 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.07> exited | |
18:19:06.968 | DEBUG | WorkerThread-16 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/CR.csv')) | |
18:19:06.969 | INFO | WorkerThread-16 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-16' | |
18:19:06.970 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:06.969828+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'e4ff75df-27ca-42d1-9922-46fe0bfee0e3', '__payload_size__': 238} | |
18:19:06.969 | DEBUG | Task run 'load-18' - Beginning execution... | |
18:19:06.973 | DEBUG | WorkerThread-17 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/VPG.csv')) in thread 'WorkerThread-17' with timeout None | |
18:19:06.975 | DEBUG | WorkerThread-17 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:06.990 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-30' for execution.", 'timestamp': '2023-06-07T22:19:03.435164+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 19538/3000000) | |
18:19:06.996 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:06.997 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:06.997 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:06.997 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.007 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:07.007 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:07.008 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:07.009 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:07.016 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.020 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.021 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.022 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.041 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-73' for task 'load'", 'timestamp': '2023-06-07T22:19:07.041189+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:07.041 | INFO | Flow run 'beryl-hamster' - Created task run 'load-73' for task 'load' | |
18:19:07.042 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-73' for execution.", 'timestamp': '2023-06-07T22:19:07.042598+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:07.042 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-73' for execution. | |
18:19:07.053 | DEBUG | WorkerThread-17 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.08> exited | |
18:19:07.053 | DEBUG | WorkerThread-17 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/VPG.csv')) | |
18:19:07.053 | INFO | WorkerThread-17 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-17' | |
18:19:07.057 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.057 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.057 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.057 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.063 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-40' for task 'load'", 'timestamp': '2023-06-07T22:19:03.437809+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 19762/3000000) | |
18:19:07.066 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:07.066050+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'cb5f0bfb-2d48-44f6-84a4-012bd7e66acb', '__payload_size__': 245} | |
18:19:07.066 | INFO | Task run 'load-34' - Finished in state Completed() | |
18:19:07.066 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.067 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.067 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.069 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.071 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:07.071 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:07.071 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:07.071 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:07.082 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-99' for task 'load'", 'timestamp': '2023-06-07T22:19:07.081768+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:07.081 | INFO | Flow run 'beryl-hamster' - Created task run 'load-99' for task 'load' | |
18:19:07.082 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-99' for execution.", 'timestamp': '2023-06-07T22:19:07.082765+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:07.082 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-99' for execution. | |
18:19:07.089 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.089 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.089 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.089 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.100 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.100 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.100 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.102 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.103 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-40' for execution.", 'timestamp': '2023-06-07T22:19:03.438599+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 19987/3000000) | |
18:19:07.106 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-101' for task 'load'", 'timestamp': '2023-06-07T22:19:07.106730+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:07.106 | INFO | Flow run 'beryl-hamster' - Created task run 'load-101' for task 'load' | |
18:19:07.107 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-101' for execution.", 'timestamp': '2023-06-07T22:19:07.107654+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:07.107 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-101' for execution. | |
18:19:07.126 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.127 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.127 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.127 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.132 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.133 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.133 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.133 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.148 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-16' for task 'load'", 'timestamp': '2023-06-07T22:19:03.451513+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 20211/3000000) | |
18:19:07.149 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.150 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.150 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.150 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.152 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.152 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.152 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.155 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.166 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.166 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.166 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.166 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.171 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:07.171290+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '35bd05bd-8e9d-46e8-bcc2-09087fcc4c41', '__payload_size__': 238} | |
18:19:07.171 | DEBUG | Task run 'load-21' - Beginning execution... | |
18:19:07.183 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-16' for execution.", 'timestamp': '2023-06-07T22:19:03.452494+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 20436/3000000) | |
18:19:07.183 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.183 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.183 | DEBUG | WorkerThread-18 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/CFR.csv')) in thread 'WorkerThread-18' with timeout None | |
18:19:07.183 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.184 | DEBUG | WorkerThread-18 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:07.184 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.196 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.197 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.197 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.197 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.201 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-140' for task 'load'", 'timestamp': '2023-06-07T22:19:07.201672+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:07.201 | INFO | Flow run 'beryl-hamster' - Created task run 'load-140' for task 'load' | |
18:19:07.203 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-140' for execution.", 'timestamp': '2023-06-07T22:19:07.203179+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:07.203 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-140' for execution. | |
18:19:07.207 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:07.207613+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '24477abf-af4d-458c-849f-fa25e07c9bf3', '__payload_size__': 238} | |
18:19:07.207 | DEBUG | Task run 'load-53' - Beginning execution... | |
18:19:07.222 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.222 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.223 | DEBUG | WorkerThread-19 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/SMMF.csv')) in thread 'WorkerThread-19' with timeout None | |
18:19:07.223 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.228 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.233 | DEBUG | WorkerThread-19 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.01> entered | |
18:19:07.251 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-51' for task 'load'", 'timestamp': '2023-06-07T22:19:03.455240+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 20660/3000000) | |
18:19:07.274 | DEBUG | WorkerThread-18 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.09> exited | |
18:19:07.286 | DEBUG | WorkerThread-18 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/CFR.csv')) | |
18:19:07.286 | INFO | WorkerThread-18 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-18' | |
18:19:07.291 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.292 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.292 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.292 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.294 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.295 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.296 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.448 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.466 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:07.466 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:07.467 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:07.469 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:07.479 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-103' for task 'load'", 'timestamp': '2023-06-07T22:19:07.478739+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:07.478 | INFO | Flow run 'beryl-hamster' - Created task run 'load-103' for task 'load' | |
18:19:07.480 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-103' for execution.", 'timestamp': '2023-06-07T22:19:07.480095+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:07.480 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-103' for execution. | |
18:19:07.486 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:07.486168+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'ec87e8e2-ae07-4758-ae5d-ce15211274bb', '__payload_size__': 245} | |
18:19:07.486 | INFO | Task run 'load-8' - Finished in state Completed() | |
18:19:07.489 | DEBUG | WorkerThread-19 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.26> exited | |
18:19:07.489 | DEBUG | WorkerThread-19 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/SMMF.csv')) | |
18:19:07.490 | INFO | WorkerThread-19 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-19' | |
18:19:07.490 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-51' for execution.", 'timestamp': '2023-06-07T22:19:03.456049+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 20885/3000000) | |
18:19:07.493 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.494 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.494 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.494 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.505 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.505 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.505 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.506 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:07.506 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.506 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:07.507 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:07.507 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:07.527 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.527 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.527 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.527 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.531 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-53' for task 'load'", 'timestamp': '2023-06-07T22:19:03.498938+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 21109/3000000) | |
18:19:07.532 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.532 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.532 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.537 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.543 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-143' for task 'load'", 'timestamp': '2023-06-07T22:19:07.543125+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:07.543 | INFO | Flow run 'beryl-hamster' - Created task run 'load-143' for task 'load' | |
18:19:07.544 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-143' for execution.", 'timestamp': '2023-06-07T22:19:07.543998+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:07.543 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-143' for execution. | |
18:19:07.546 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:07.546428+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '04f29d02-8d95-4cc9-87bd-57fbd8f493a4', '__payload_size__': 238} | |
18:19:07.546 | DEBUG | Task run 'load-83' - Beginning execution... | |
18:19:07.548 | DEBUG | WorkerThread-20 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/WTRG.csv')) in thread 'WorkerThread-20' with timeout None | |
18:19:07.548 | DEBUG | WorkerThread-20 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:07.556 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:07.556617+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '00e848f7-422b-4a10-8ecf-c5bbb9b19378', '__payload_size__': 238} | |
18:19:07.556 | DEBUG | Task run 'load-38' - Beginning execution... | |
18:19:07.557 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.558 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.558 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.558 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.561 | DEBUG | WorkerThread-21 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/KDP.csv')) in thread 'WorkerThread-21' with timeout None | |
18:19:07.561 | DEBUG | WorkerThread-21 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:07.575 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.575 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.575 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.591 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.594 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-53' for execution.", 'timestamp': '2023-06-07T22:19:03.500132+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 21334/3000000) | |
18:19:07.626 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.628 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.628 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.628 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.658 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.659 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.660 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.660 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.667 | DEBUG | WorkerThread-20 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.12> exited | |
18:19:07.669 | DEBUG | WorkerThread-20 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/WTRG.csv')) | |
18:19:07.669 | INFO | WorkerThread-20 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-20' | |
18:19:07.672 | DEBUG | WorkerThread-21 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.11> exited | |
18:19:07.675 | DEBUG | WorkerThread-21 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/KDP.csv')) | |
18:19:07.678 | INFO | WorkerThread-21 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-21' | |
18:19:07.683 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-32' for task 'load'", 'timestamp': '2023-06-07T22:19:03.513429+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 21558/3000000) | |
18:19:07.684 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.687 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.688 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.688 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.690 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:07.689851+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '3bdc9ec4-d579-4323-93ae-abcdbd3bd438', '__payload_size__': 245} | |
18:19:07.689 | INFO | Task run 'load-46' - Finished in state Completed() | |
18:19:07.690 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:07.690 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:07.691 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:07.691 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:07.694 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:07.693914+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '51ef102a-1141-4754-b1b8-8eec61ba49e3', '__payload_size__': 238} | |
18:19:07.693 | DEBUG | Task run 'load-62' - Beginning execution... | |
18:19:07.701 | DEBUG | WorkerThread-22 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/CLMB.csv')) in thread 'WorkerThread-22' with timeout None | |
18:19:07.701 | DEBUG | WorkerThread-22 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:07.702 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.702 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.702 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.703 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:07.703 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:07.703 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:07.703 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:07.707 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.729 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-146' for task 'load'", 'timestamp': '2023-06-07T22:19:07.729698+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:07.729 | INFO | Flow run 'beryl-hamster' - Created task run 'load-146' for task 'load' | |
18:19:07.730 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-146' for execution.", 'timestamp': '2023-06-07T22:19:07.730651+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:07.730 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-146' for execution. | |
18:19:07.733 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-78' for task 'load'", 'timestamp': '2023-06-07T22:19:07.733152+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:07.733 | INFO | Flow run 'beryl-hamster' - Created task run 'load-78' for task 'load' | |
18:19:07.734 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-78' for execution.", 'timestamp': '2023-06-07T22:19:07.733971+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:07.733 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-78' for execution. | |
18:19:07.748 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.749 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.749 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.749 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.758 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.759 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.759 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.760 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.760 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-32' for execution.", 'timestamp': '2023-06-07T22:19:03.514810+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 21783/3000000) | |
18:19:07.779 | DEBUG | WorkerThread-22 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.08> exited | |
18:19:07.780 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:07.780027+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '452b4291-8dfa-453b-86e5-511e2a7f2ea9', '__payload_size__': 238} | |
18:19:07.780 | DEBUG | Task run 'load-61' - Beginning execution... | |
18:19:07.780 | DEBUG | WorkerThread-22 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/CLMB.csv')) | |
18:19:07.781 | INFO | WorkerThread-22 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-22' | |
18:19:07.782 | DEBUG | WorkerThread-23 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/ATEN.csv')) in thread 'WorkerThread-23' with timeout None | |
18:19:07.783 | DEBUG | WorkerThread-23 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:07.787 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.788 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.788 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.788 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.818 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.819 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.819 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.820 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:07.820 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.823 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:07.825 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:07.825 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:07.835 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-55' for task 'load'", 'timestamp': '2023-06-07T22:19:03.552178+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 22007/3000000) | |
18:19:07.844 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.844 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.844 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.845 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.850 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-149' for task 'load'", 'timestamp': '2023-06-07T22:19:07.850478+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:07.850 | INFO | Flow run 'beryl-hamster' - Created task run 'load-149' for task 'load' | |
18:19:07.851 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-149' for execution.", 'timestamp': '2023-06-07T22:19:07.851366+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:07.851 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-149' for execution. | |
18:19:07.853 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:07.853654+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'aa506a79-0b4c-4bea-8e64-96dc8bdd220c', '__payload_size__': 245} | |
18:19:07.853 | INFO | Task run 'load-22' - Finished in state Completed() | |
18:19:07.855 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.855 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.855 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.857 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.858 | DEBUG | WorkerThread-23 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.08> exited | |
18:19:07.859 | DEBUG | WorkerThread-23 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/ATEN.csv')) | |
18:19:07.859 | INFO | WorkerThread-23 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-23' | |
18:19:07.863 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-108' for task 'load'", 'timestamp': '2023-06-07T22:19:07.863646+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:07.863 | INFO | Flow run 'beryl-hamster' - Created task run 'load-108' for task 'load' | |
18:19:07.864 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-108' for execution.", 'timestamp': '2023-06-07T22:19:07.864486+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:07.864 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-108' for execution. | |
18:19:07.866 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:07.866331+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '3877aa72-f4b7-497a-b5f5-d26baacf5273', '__payload_size__': 245} | |
18:19:07.866 | INFO | Task run 'load-12' - Finished in state Completed() | |
18:19:07.878 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.879 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.879 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.879 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.881 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-55' for execution.", 'timestamp': '2023-06-07T22:19:03.553272+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 22232/3000000) | |
18:19:07.884 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-150' for task 'load'", 'timestamp': '2023-06-07T22:19:07.884264+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:07.884 | INFO | Flow run 'beryl-hamster' - Created task run 'load-150' for task 'load' | |
18:19:07.885 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-150' for execution.", 'timestamp': '2023-06-07T22:19:07.885141+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:07.885 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-150' for execution. | |
18:19:07.885 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:07.885 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:07.886 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:07.886 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:07.890 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.891 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.891 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.894 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.909 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.910 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.910 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.910 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.919 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.919 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.919 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.921 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-47' for task 'load'", 'timestamp': '2023-06-07T22:19:03.671849+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 22456/3000000) | |
18:19:07.924 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.945 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-152' for task 'load'", 'timestamp': '2023-06-07T22:19:07.945073+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:07.945 | INFO | Flow run 'beryl-hamster' - Created task run 'load-152' for task 'load' | |
18:19:07.946 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-152' for execution.", 'timestamp': '2023-06-07T22:19:07.946004+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:07.946 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-152' for execution. | |
18:19:07.946 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.947 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.947 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.947 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.952 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.952 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.952 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.953 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.954 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-47' for execution.", 'timestamp': '2023-06-07T22:19:03.673107+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 22681/3000000) | |
18:19:07.967 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:07.968 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.968 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.968 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:07.970 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:07.970 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:07.970 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:07.973 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:07.990 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-153' for task 'load'", 'timestamp': '2023-06-07T22:19:07.990080+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:07.990 | INFO | Flow run 'beryl-hamster' - Created task run 'load-153' for task 'load' | |
18:19:07.991 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-153' for execution.", 'timestamp': '2023-06-07T22:19:07.991245+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:07.991 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-153' for execution. | |
18:19:07.995 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:07.995406+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '417973f4-5de9-4609-b984-176861c7eeb7', '__payload_size__': 238} | |
18:19:07.995 | DEBUG | Task run 'load-92' - Beginning execution... | |
18:19:07.999 | DEBUG | WorkerThread-24 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/SYK.csv')) in thread 'WorkerThread-24' with timeout None | |
18:19:08.000 | DEBUG | WorkerThread-24 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:08.002 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-61' for task 'load'", 'timestamp': '2023-06-07T22:19:03.775744+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 22905/3000000) | |
18:19:08.004 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.004 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.005 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.005 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.022 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.023 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.023 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.025 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.028 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-111' for task 'load'", 'timestamp': '2023-06-07T22:19:08.028445+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.028 | INFO | Flow run 'beryl-hamster' - Created task run 'load-111' for task 'load' | |
18:19:08.036 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-111' for execution.", 'timestamp': '2023-06-07T22:19:08.036464+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:08.036 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-111' for execution. | |
18:19:08.048 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-154' for task 'load'", 'timestamp': '2023-06-07T22:19:08.047892+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.047 | INFO | Flow run 'beryl-hamster' - Created task run 'load-154' for task 'load' | |
18:19:08.050 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-154' for execution.", 'timestamp': '2023-06-07T22:19:08.050303+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:08.050 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-154' for execution. | |
18:19:08.075 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.075 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.075 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.076 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.079 | DEBUG | WorkerThread-24 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.08> exited | |
18:19:08.079 | DEBUG | WorkerThread-24 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/SYK.csv')) | |
18:19:08.079 | INFO | WorkerThread-24 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-24' | |
18:19:08.084 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.085 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.085 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.087 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.088 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-112' for task 'load'", 'timestamp': '2023-06-07T22:19:08.088652+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.088 | INFO | Flow run 'beryl-hamster' - Created task run 'load-112' for task 'load' | |
18:19:08.089 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-112' for execution.", 'timestamp': '2023-06-07T22:19:08.089556+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:08.089 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-112' for execution. | |
18:19:08.092 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-155' for task 'load'", 'timestamp': '2023-06-07T22:19:08.092231+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.092 | INFO | Flow run 'beryl-hamster' - Created task run 'load-155' for task 'load' | |
18:19:08.093 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-155' for execution.", 'timestamp': '2023-06-07T22:19:08.093017+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:08.093 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-155' for execution. | |
18:19:08.093 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-61' for execution.", 'timestamp': '2023-06-07T22:19:03.776694+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 23130/3000000) | |
18:19:08.099 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:08.099 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:08.099 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:08.099 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:08.106 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.106 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.106 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.106 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.109 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.109 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.109 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.110 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.124 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-49' for task 'load'", 'timestamp': '2023-06-07T22:19:03.843710+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 23354/3000000) | |
18:19:08.126 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.127 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.127 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.127 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.136 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.137 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.137 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.139 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.145 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:08.145730+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '24477abf-af4d-458c-849f-fa25e07c9bf3', '__payload_size__': 245} | |
18:19:08.145 | INFO | Task run 'load-53' - Finished in state Completed() | |
18:19:08.148 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-82' for task 'load'", 'timestamp': '2023-06-07T22:19:08.148510+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:08.148 | INFO | Flow run 'beryl-hamster' - Created task run 'load-82' for task 'load' | |
18:19:08.149 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-82' for execution.", 'timestamp': '2023-06-07T22:19:08.149509+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.149 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-82' for execution. | |
18:19:08.152 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:08.152295+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '02dea208-0fa2-48fe-8f81-34f41ffcd439', '__payload_size__': 238} | |
18:19:08.152 | DEBUG | Task run 'load-49' - Beginning execution... | |
18:19:08.154 | DEBUG | WorkerThread-25 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/ASR.csv')) in thread 'WorkerThread-25' with timeout None | |
18:19:08.154 | DEBUG | WorkerThread-25 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:08.155 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:08.155609+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '2fca322a-e6a4-420c-9b57-cafa3e4f6b3f', '__payload_size__': 238} | |
18:19:08.155 | DEBUG | Task run 'load-45' - Beginning execution... | |
18:19:08.156 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.157 | DEBUG | WorkerThread-26 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/AJG.csv')) in thread 'WorkerThread-26' with timeout None | |
18:19:08.157 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.157 | DEBUG | WorkerThread-26 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:08.157 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.158 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.158 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-49' for execution.", 'timestamp': '2023-06-07T22:19:03.844599+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 23579/3000000) | |
18:19:08.172 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.175 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.176 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.177 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.240 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.241 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.242 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.244 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.251 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.251 | DEBUG | WorkerThread-25 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.10> exited | |
18:19:08.252 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.252 | DEBUG | WorkerThread-25 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/ASR.csv')) | |
18:19:08.252 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.252 | INFO | WorkerThread-25 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-25' | |
18:19:08.252 | DEBUG | WorkerThread-26 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.10> exited | |
18:19:08.252 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.253 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-64' for task 'load'", 'timestamp': '2023-06-07T22:19:03.847370+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 23803/3000000) | |
18:19:08.253 | DEBUG | WorkerThread-26 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/AJG.csv')) | |
18:19:08.256 | INFO | WorkerThread-26 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-26' | |
18:19:08.264 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-158' for task 'load'", 'timestamp': '2023-06-07T22:19:08.264025+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.264 | INFO | Flow run 'beryl-hamster' - Created task run 'load-158' for task 'load' | |
18:19:08.265 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-158' for execution.", 'timestamp': '2023-06-07T22:19:08.264943+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:08.264 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-158' for execution. | |
18:19:08.267 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-84' for task 'load'", 'timestamp': '2023-06-07T22:19:08.267511+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:08.267 | INFO | Flow run 'beryl-hamster' - Created task run 'load-84' for task 'load' | |
18:19:08.268 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-84' for execution.", 'timestamp': '2023-06-07T22:19:08.268323+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.268 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-84' for execution. | |
18:19:08.272 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:08.272 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:08.272 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:08.272 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:08.274 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.274 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.274 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.274 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.275 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:08.275 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:08.275 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:08.275 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:08.285 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.285 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.285 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.287 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.291 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:08.291404+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'd7929402-696d-48c1-af97-747f58a2b501', '__payload_size__': 238} | |
18:19:08.291 | DEBUG | Task run 'load-17' - Beginning execution... | |
18:19:08.292 | DEBUG | WorkerThread-27 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/EVBN.csv')) in thread 'WorkerThread-27' with timeout None | |
18:19:08.292 | DEBUG | WorkerThread-27 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:08.302 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-64' for execution.", 'timestamp': '2023-06-07T22:19:03.848190+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 24028/3000000) | |
18:19:08.315 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.317 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.317 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.317 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.339 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-116' for task 'load'", 'timestamp': '2023-06-07T22:19:08.339450+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.339 | INFO | Flow run 'beryl-hamster' - Created task run 'load-116' for task 'load' | |
18:19:08.341 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-116' for execution.", 'timestamp': '2023-06-07T22:19:08.341145+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:08.341 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-116' for execution. | |
18:19:08.348 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-160' for task 'load'", 'timestamp': '2023-06-07T22:19:08.348481+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.348 | INFO | Flow run 'beryl-hamster' - Created task run 'load-160' for task 'load' | |
18:19:08.350 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-160' for execution.", 'timestamp': '2023-06-07T22:19:08.350689+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:08.350 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-160' for execution. | |
18:19:08.357 | DEBUG | WorkerThread-27 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.07> exited | |
18:19:08.358 | DEBUG | WorkerThread-27 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/EVBN.csv')) | |
18:19:08.358 | INFO | WorkerThread-27 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-27' | |
18:19:08.361 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.361 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.361 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.361 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.375 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:08.375332+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '2c99bcb4-8022-4d67-9134-247319569b04', '__payload_size__': 238} | |
18:19:08.375 | DEBUG | Task run 'load-33' - Beginning execution... | |
18:19:08.376 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:08.376 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:08.376 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:08.376 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:08.377 | DEBUG | WorkerThread-28 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/NVMI.csv')) in thread 'WorkerThread-28' with timeout None | |
18:19:08.377 | DEBUG | WorkerThread-28 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:08.385 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.385 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.385 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.385 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.388 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-65' for task 'load'", 'timestamp': '2023-06-07T22:19:03.862277+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 24252/3000000) | |
18:19:08.394 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.395 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.395 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.397 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.404 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:08.403786+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '04f29d02-8d95-4cc9-87bd-57fbd8f493a4', '__payload_size__': 245} | |
18:19:08.403 | INFO | Task run 'load-83' - Finished in state Completed() | |
18:19:08.412 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.413 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.413 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.413 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.428 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-65' for execution.", 'timestamp': '2023-06-07T22:19:03.863172+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 24477/3000000) | |
18:19:08.433 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.434 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.435 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.436 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.462 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:08.462597+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'ca93ab26-f04e-4465-a6d3-9796f319299d', '__payload_size__': 238} | |
18:19:08.462 | DEBUG | Task run 'load-35' - Beginning execution... | |
18:19:08.467 | DEBUG | WorkerThread-29 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/PSN.csv')) in thread 'WorkerThread-29' with timeout None | |
18:19:08.468 | DEBUG | WorkerThread-29 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:08.475 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.476 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.476 | DEBUG | WorkerThread-28 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.10> exited | |
18:19:08.476 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.478 | DEBUG | WorkerThread-28 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/NVMI.csv')) | |
18:19:08.478 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.484 | INFO | WorkerThread-28 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-28' | |
18:19:08.501 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.501 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.501 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.510 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.526 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-42' for task 'load'", 'timestamp': '2023-06-07T22:19:03.865395+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 24701/3000000) | |
18:19:08.526 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:08.526 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:08.526 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:08.527 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:08.534 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-119' for task 'load'", 'timestamp': '2023-06-07T22:19:08.534236+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.534 | INFO | Flow run 'beryl-hamster' - Created task run 'load-119' for task 'load' | |
18:19:08.536 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-119' for execution.", 'timestamp': '2023-06-07T22:19:08.536066+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:08.536 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-119' for execution. | |
18:19:08.541 | DEBUG | WorkerThread-29 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.07> exited | |
18:19:08.543 | DEBUG | WorkerThread-29 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/PSN.csv')) | |
18:19:08.543 | INFO | WorkerThread-29 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-29' | |
18:19:08.555 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.556 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.556 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.556 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.562 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:08.562 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:08.562 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:08.562 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:08.563 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.563 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.564 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.565 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.573 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:08.573316+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '51ef102a-1141-4754-b1b8-8eec61ba49e3', '__payload_size__': 245} | |
18:19:08.573 | INFO | Task run 'load-62' - Finished in state Completed() | |
18:19:08.582 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-42' for execution.", 'timestamp': '2023-06-07T22:19:03.866175+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 24926/3000000) | |
18:19:08.583 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.583 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.583 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.583 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.593 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.593 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.594 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.598 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.607 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-167' for task 'load'", 'timestamp': '2023-06-07T22:19:08.606763+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.606 | INFO | Flow run 'beryl-hamster' - Created task run 'load-167' for task 'load' | |
18:19:08.608 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-167' for execution.", 'timestamp': '2023-06-07T22:19:08.607780+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:08.607 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-167' for execution. | |
18:19:08.608 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.608 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.608 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.609 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.621 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.621 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.621 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.622 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.623 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-66' for task 'load'", 'timestamp': '2023-06-07T22:19:03.880461+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 25150/3000000) | |
18:19:08.633 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.633 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.633 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.634 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.636 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-121' for task 'load'", 'timestamp': '2023-06-07T22:19:08.636399+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.636 | INFO | Flow run 'beryl-hamster' - Created task run 'load-121' for task 'load' | |
18:19:08.637 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-121' for execution.", 'timestamp': '2023-06-07T22:19:08.637426+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:08.637 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-121' for execution. | |
18:19:08.641 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-168' for task 'load'", 'timestamp': '2023-06-07T22:19:08.640971+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.640 | INFO | Flow run 'beryl-hamster' - Created task run 'load-168' for task 'load' | |
18:19:08.641 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-168' for execution.", 'timestamp': '2023-06-07T22:19:08.641769+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:08.641 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-168' for execution. | |
18:19:08.644 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.644 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.644 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.652 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-66' for execution.", 'timestamp': '2023-06-07T22:19:03.881364+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 25375/3000000) | |
18:19:08.654 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.656 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:08.656027+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '2061b6d1-2645-4617-8a5d-8cbba186c73c', '__payload_size__': 238} | |
18:19:08.656 | DEBUG | Task run 'load-66' - Beginning execution... | |
18:19:08.657 | DEBUG | WorkerThread-30 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/VALU.csv')) in thread 'WorkerThread-30' with timeout None | |
18:19:08.658 | DEBUG | WorkerThread-30 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:08.659 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:08.659090+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '8d086d10-8c3a-4a97-a1ee-762aef53202e', '__payload_size__': 238} | |
18:19:08.659 | DEBUG | Task run 'load-37' - Beginning execution... | |
18:19:08.661 | DEBUG | WorkerThread-31 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/CORT.csv')) in thread 'WorkerThread-31' with timeout None | |
18:19:08.661 | DEBUG | WorkerThread-31 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:08.677 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.677 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.679 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.679 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.715 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.722 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.01> exited | |
18:19:08.722 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.723 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.757 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-67' for task 'load'", 'timestamp': '2023-06-07T22:19:03.904612+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 25599/3000000) | |
18:19:08.765 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-170' for task 'load'", 'timestamp': '2023-06-07T22:19:08.764809+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.764 | INFO | Flow run 'beryl-hamster' - Created task run 'load-170' for task 'load' | |
18:19:08.766 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-170' for execution.", 'timestamp': '2023-06-07T22:19:08.766622+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:08.767 | DEBUG | WorkerThread-30 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.11> exited | |
18:19:08.766 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-170' for execution. | |
18:19:08.767 | DEBUG | WorkerThread-31 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.11> exited | |
18:19:08.770 | DEBUG | WorkerThread-30 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/VALU.csv')) | |
18:19:08.770 | DEBUG | WorkerThread-31 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/CORT.csv')) | |
18:19:08.770 | INFO | WorkerThread-30 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-30' | |
18:19:08.770 | INFO | WorkerThread-31 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-31' | |
18:19:08.772 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.773 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.773 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.773 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.785 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.785 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.786 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.787 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.788 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:08.788400+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'fd23a968-5661-40c3-859e-cc98dc50eb2a', '__payload_size__': 245} | |
18:19:08.788 | INFO | Task run 'load-47' - Finished in state Completed() | |
18:19:08.789 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:08.789 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:08.789 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:08.789 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:08.790 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:08.790 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:08.790 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:08.790 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:08.796 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:08.796084+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '417973f4-5de9-4609-b984-176861c7eeb7', '__payload_size__': 245} | |
18:19:08.796 | INFO | Task run 'load-92' - Finished in state Completed() | |
18:19:08.803 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-67' for execution.", 'timestamp': '2023-06-07T22:19:03.905568+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 25824/3000000) | |
18:19:08.805 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.806 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.806 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.806 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.809 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-171' for task 'load'", 'timestamp': '2023-06-07T22:19:08.809392+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.809 | INFO | Flow run 'beryl-hamster' - Created task run 'load-171' for task 'load' | |
18:19:08.810 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-171' for execution.", 'timestamp': '2023-06-07T22:19:08.810541+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:08.810 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-171' for execution. | |
18:19:08.812 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.812 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.812 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.818 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.828 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-68' for task 'load'", 'timestamp': '2023-06-07T22:19:08.828665+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:08.828 | INFO | Flow run 'beryl-hamster' - Created task run 'load-68' for task 'load' | |
18:19:08.829 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-68' for execution.", 'timestamp': '2023-06-07T22:19:08.829552+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.829 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-68' for execution. | |
18:19:08.834 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.835 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.835 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.835 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.837 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:08.837498+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '7bae1ab0-9f1e-433b-904b-bf5f43807329', '__payload_size__': 238} | |
18:19:08.837 | DEBUG | Task run 'load-65' - Beginning execution... | |
18:19:08.842 | DEBUG | WorkerThread-32 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/GGG.csv')) in thread 'WorkerThread-32' with timeout None | |
18:19:08.845 | DEBUG | WorkerThread-32 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:08.846 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.846 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.846 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.847 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.849 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-36' for task 'load'", 'timestamp': '2023-06-07T22:19:03.947137+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 26048/3000000) | |
18:19:08.855 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.855 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.855 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.855 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.872 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.872 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.872 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.876 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.903 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:08.903613+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'd2b6460c-24b3-448b-a079-3709394587fa', '__payload_size__': 238} | |
18:19:08.903 | DEBUG | Task run 'load-98' - Beginning execution... | |
18:19:08.904 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-36' for execution.", 'timestamp': '2023-06-07T22:19:03.948068+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 26273/3000000) | |
18:19:08.906 | DEBUG | WorkerThread-33 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/GGB.csv')) in thread 'WorkerThread-33' with timeout None | |
18:19:08.906 | DEBUG | WorkerThread-33 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:08.920 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.921 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.921 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.921 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.924 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.924 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.925 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:08.927 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:08.935 | DEBUG | WorkerThread-32 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.09> exited | |
18:19:08.936 | DEBUG | WorkerThread-32 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/GGG.csv')) | |
18:19:08.936 | INFO | WorkerThread-32 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-32' | |
18:19:08.946 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-174' for task 'load'", 'timestamp': '2023-06-07T22:19:08.945923+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.945 | INFO | Flow run 'beryl-hamster' - Created task run 'load-174' for task 'load' | |
18:19:08.948 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-174' for execution.", 'timestamp': '2023-06-07T22:19:08.948525+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:08.948 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-174' for execution. | |
18:19:08.964 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:08.964671+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'd7929402-696d-48c1-af97-747f58a2b501', '__payload_size__': 245} | |
18:19:08.964 | INFO | Task run 'load-17' - Finished in state Completed() | |
18:19:08.974 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-125' for task 'load'", 'timestamp': '2023-06-07T22:19:08.973984+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.973 | INFO | Flow run 'beryl-hamster' - Created task run 'load-125' for task 'load' | |
18:19:08.975 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-125' for execution.", 'timestamp': '2023-06-07T22:19:08.974844+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:08.974 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-125' for execution. | |
18:19:08.982 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-175' for task 'load'", 'timestamp': '2023-06-07T22:19:08.982713+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:08.982 | INFO | Flow run 'beryl-hamster' - Created task run 'load-175' for task 'load' | |
18:19:08.983 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-175' for execution.", 'timestamp': '2023-06-07T22:19:08.983530+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:08.983 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-175' for execution. | |
18:19:08.991 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-69' for task 'load'", 'timestamp': '2023-06-07T22:19:03.951626+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 26497/3000000) | |
18:19:08.992 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:08.992 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:08.993 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:08.993 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:08.996 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:08.996 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:08.997 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:08.997 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:09.001 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.001 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.001 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.002 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.005 | DEBUG | WorkerThread-33 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.10> exited | |
18:19:09.005 | DEBUG | WorkerThread-33 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/GGB.csv')) | |
18:19:09.005 | INFO | WorkerThread-33 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-33' | |
18:19:09.018 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.018 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.019 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.019 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.021 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:09.021 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:09.022 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:09.022 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:09.028 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.028 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.028 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.030 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.037 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-69' for execution.", 'timestamp': '2023-06-07T22:19:03.952482+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 26722/3000000) | |
18:19:09.058 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.058 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.058 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.058 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.059 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.060 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.060 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.062 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.063 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-177' for task 'load'", 'timestamp': '2023-06-07T22:19:09.063507+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.063 | INFO | Flow run 'beryl-hamster' - Created task run 'load-177' for task 'load' | |
18:19:09.064 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-177' for execution.", 'timestamp': '2023-06-07T22:19:09.064423+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.064 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-177' for execution. | |
18:19:09.077 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-70' for task 'load'", 'timestamp': '2023-06-07T22:19:03.995319+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 26946/3000000) | |
18:19:09.080 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.080 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.080 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.080 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.090 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.090 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.090 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.092 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.096 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:09.095778+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '189232bc-17aa-4738-ae8a-b3aaeee36fff', '__payload_size__': 238} | |
18:19:09.095 | DEBUG | Task run 'load-79' - Beginning execution... | |
18:19:09.100 | DEBUG | WorkerThread-34 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/MSM.csv')) in thread 'WorkerThread-34' with timeout None | |
18:19:09.100 | DEBUG | WorkerThread-34 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:09.105 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.105 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.105 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.105 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.106 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-70' for execution.", 'timestamp': '2023-06-07T22:19:03.996210+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 27171/3000000) | |
18:19:09.125 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.125 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.125 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.130 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.156 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.156 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.156 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.156 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.164 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.164 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.164 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.165 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:04.100548+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'cb5f0bfb-2d48-44f6-84a4-012bd7e66acb'} to batch (size 27409/3000000) | |
18:19:09.168 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.175 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-180' for task 'load'", 'timestamp': '2023-06-07T22:19:09.174787+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.174 | INFO | Flow run 'beryl-hamster' - Created task run 'load-180' for task 'load' | |
18:19:09.175 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-180' for execution.", 'timestamp': '2023-06-07T22:19:09.175705+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.175 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-180' for execution. | |
18:19:09.179 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-130' for task 'load'", 'timestamp': '2023-06-07T22:19:09.179451+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.179 | INFO | Flow run 'beryl-hamster' - Created task run 'load-130' for task 'load' | |
18:19:09.180 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-130' for execution.", 'timestamp': '2023-06-07T22:19:09.180393+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.180 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-130' for execution. | |
18:19:09.180 | DEBUG | WorkerThread-34 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.08> exited | |
18:19:09.183 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-131' for task 'load'", 'timestamp': '2023-06-07T22:19:09.182875+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.183 | DEBUG | WorkerThread-34 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/MSM.csv')) | |
18:19:09.183 | INFO | WorkerThread-34 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-34' | |
18:19:09.182 | INFO | Flow run 'beryl-hamster' - Created task run 'load-131' for task 'load' | |
18:19:09.184 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-131' for execution.", 'timestamp': '2023-06-07T22:19:09.184055+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.184 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-131' for execution. | |
18:19:09.186 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:09.186445+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '0cd913ec-5dbc-41db-82b1-348ead604d49', '__payload_size__': 238} | |
18:19:09.186 | DEBUG | Task run 'load-1' - Beginning execution... | |
18:19:09.189 | DEBUG | WorkerThread-35 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/ISSC.csv')) in thread 'WorkerThread-35' with timeout None | |
18:19:09.189 | DEBUG | WorkerThread-35 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:09.197 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-97' for task 'load'", 'timestamp': '2023-06-07T22:19:09.197455+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:09.197 | INFO | Flow run 'beryl-hamster' - Created task run 'load-97' for task 'load' | |
18:19:09.199 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-97' for execution.", 'timestamp': '2023-06-07T22:19:09.198803+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.198 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-97' for execution. | |
18:19:09.199 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.200 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.208 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.01> exited | |
18:19:09.208 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.224 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:09.224 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:09.231 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:09.234 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:09.246 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.247 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.247 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.250 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.252 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-181' for task 'load'", 'timestamp': '2023-06-07T22:19:09.252053+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.252 | INFO | Flow run 'beryl-hamster' - Created task run 'load-181' for task 'load' | |
18:19:09.254 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-181' for execution.", 'timestamp': '2023-06-07T22:19:09.254414+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.254 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-181' for execution. | |
18:19:09.259 | DEBUG | WorkerThread-35 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.07> exited | |
18:19:09.259 | DEBUG | WorkerThread-35 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/ISSC.csv')) | |
18:19:09.259 | INFO | WorkerThread-35 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-35' | |
18:19:09.260 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-57' for task 'load'", 'timestamp': '2023-06-07T22:19:04.140282+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 27633/3000000) | |
18:19:09.272 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.272 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.272 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.272 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.276 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-182' for task 'load'", 'timestamp': '2023-06-07T22:19:09.276498+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.276 | INFO | Flow run 'beryl-hamster' - Created task run 'load-182' for task 'load' | |
18:19:09.277 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-182' for execution.", 'timestamp': '2023-06-07T22:19:09.277405+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.277 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-182' for execution. | |
18:19:09.279 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:09.279233+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'eacb821a-7345-483e-9f2d-13890eb9e09a', '__payload_size__': 245} | |
18:19:09.279 | INFO | Task run 'load-0' - Finished in state Completed() | |
18:19:09.280 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:09.280 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:09.280 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:09.280 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:09.285 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.285 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.285 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.291 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.307 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.308 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.308 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.308 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.308 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-57' for execution.", 'timestamp': '2023-06-07T22:19:04.141204+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 27858/3000000) | |
18:19:09.321 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.321 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.321 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.324 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.337 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.337 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.337 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.337 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.345 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.345 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.345 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.345 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-56' for task 'load'", 'timestamp': '2023-06-07T22:19:04.167899+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 28082/3000000) | |
18:19:09.350 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.351 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:09.351552+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'dd180e96-6ac6-428a-bb65-fd732551378a', '__payload_size__': 238} | |
18:19:09.351 | DEBUG | Task run 'load-11' - Beginning execution... | |
18:19:09.353 | DEBUG | WorkerThread-36 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/HAFC.csv')) in thread 'WorkerThread-36' with timeout None | |
18:19:09.353 | DEBUG | WorkerThread-36 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:09.354 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:09.354740+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'b4fea046-8945-4083-bf50-9eb68ce3f41d', '__payload_size__': 238} | |
18:19:09.354 | DEBUG | Task run 'load-76' - Beginning execution... | |
18:19:09.355 | DEBUG | WorkerThread-37 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/NVT.csv')) in thread 'WorkerThread-37' with timeout None | |
18:19:09.356 | DEBUG | WorkerThread-37 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:09.363 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-185' for task 'load'", 'timestamp': '2023-06-07T22:19:09.363030+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.363 | INFO | Flow run 'beryl-hamster' - Created task run 'load-185' for task 'load' | |
18:19:09.366 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-185' for execution.", 'timestamp': '2023-06-07T22:19:09.365859+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.365 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-185' for execution. | |
18:19:09.406 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.413 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.413 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.413 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.421 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.422 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.422 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.429 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.437 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:09.437326+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '3ab72e9a-7006-4fdd-88e5-aa67f417ee89', '__payload_size__': 238} | |
18:19:09.437 | DEBUG | Task run 'load-32' - Beginning execution... | |
18:19:09.439 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-56' for execution.", 'timestamp': '2023-06-07T22:19:04.168806+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 28307/3000000) | |
18:19:09.442 | DEBUG | WorkerThread-38 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/CDNS.csv')) in thread 'WorkerThread-38' with timeout None | |
18:19:09.443 | DEBUG | WorkerThread-38 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:09.457 | DEBUG | WorkerThread-37 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.10> exited | |
18:19:09.458 | DEBUG | WorkerThread-37 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/NVT.csv')) | |
18:19:09.459 | INFO | WorkerThread-37 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-37' | |
18:19:09.480 | DEBUG | WorkerThread-36 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.13> exited | |
18:19:09.481 | DEBUG | WorkerThread-36 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/HAFC.csv')) | |
18:19:09.487 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.487 | INFO | WorkerThread-36 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-36' | |
18:19:09.494 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.497 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.497 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.498 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:09.498 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:09.499 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:09.499 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:09.523 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.524 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.526 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.533 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-135' for task 'load'", 'timestamp': '2023-06-07T22:19:09.533032+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.533 | INFO | Flow run 'beryl-hamster' - Created task run 'load-135' for task 'load' | |
18:19:09.534 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-135' for execution.", 'timestamp': '2023-06-07T22:19:09.534680+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.534 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-135' for execution. | |
18:19:09.536 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:09.536 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:09.536 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:09.536 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:09.537 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.546 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-77' for task 'load'", 'timestamp': '2023-06-07T22:19:04.178031+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 28531/3000000) | |
18:19:09.549 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-134' for task 'load'", 'timestamp': '2023-06-07T22:19:09.549293+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.549 | INFO | Flow run 'beryl-hamster' - Created task run 'load-134' for task 'load' | |
18:19:09.550 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-134' for execution.", 'timestamp': '2023-06-07T22:19:09.550535+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.550 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-134' for execution. | |
18:19:09.572 | DEBUG | WorkerThread-38 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.13> exited | |
18:19:09.574 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-187' for task 'load'", 'timestamp': '2023-06-07T22:19:09.574120+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.574 | INFO | Flow run 'beryl-hamster' - Created task run 'load-187' for task 'load' | |
18:19:09.574 | DEBUG | WorkerThread-38 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/CDNS.csv')) | |
18:19:09.575 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-187' for execution.", 'timestamp': '2023-06-07T22:19:09.575423+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.575 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-187' for execution. | |
18:19:09.575 | INFO | WorkerThread-38 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-38' | |
18:19:09.576 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.576 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.577 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.577 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.579 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.580 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.580 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.586 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.587 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:09.587 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:09.587 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:09.587 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:09.592 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-188' for task 'load'", 'timestamp': '2023-06-07T22:19:09.592650+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.592 | INFO | Flow run 'beryl-hamster' - Created task run 'load-188' for task 'load' | |
18:19:09.593 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-188' for execution.", 'timestamp': '2023-06-07T22:19:09.593564+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.593 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-188' for execution. | |
18:19:09.596 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-100' for task 'load'", 'timestamp': '2023-06-07T22:19:09.596308+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.596 | INFO | Flow run 'beryl-hamster' - Created task run 'load-100' for task 'load' | |
18:19:09.597 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-100' for execution.", 'timestamp': '2023-06-07T22:19:09.597165+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.597 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-100' for execution. | |
18:19:09.600 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-136' for task 'load'", 'timestamp': '2023-06-07T22:19:09.599888+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.599 | INFO | Flow run 'beryl-hamster' - Created task run 'load-136' for task 'load' | |
18:19:09.600 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-136' for execution.", 'timestamp': '2023-06-07T22:19:09.600748+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.600 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-136' for execution. | |
18:19:09.607 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-77' for execution.", 'timestamp': '2023-06-07T22:19:04.178870+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 28756/3000000) | |
18:19:09.608 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.609 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.609 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.609 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.614 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-102' for task 'load'", 'timestamp': '2023-06-07T22:19:09.614618+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.614 | INFO | Flow run 'beryl-hamster' - Created task run 'load-102' for task 'load' | |
18:19:09.615 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-102' for execution.", 'timestamp': '2023-06-07T22:19:09.615606+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.615 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-102' for execution. | |
18:19:09.616 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.616 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.616 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.617 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.641 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.642 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.642 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.642 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.654 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.654 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.654 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.655 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-76' for task 'load'", 'timestamp': '2023-06-07T22:19:04.181690+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 28980/3000000) | |
18:19:09.655 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.668 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.668 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.669 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.669 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.670 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.671 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.671 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.672 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.682 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-76' for execution.", 'timestamp': '2023-06-07T22:19:04.182656+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 29205/3000000) | |
18:19:09.684 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-190' for task 'load'", 'timestamp': '2023-06-07T22:19:09.684323+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.684 | INFO | Flow run 'beryl-hamster' - Created task run 'load-190' for task 'load' | |
18:19:09.685 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-190' for execution.", 'timestamp': '2023-06-07T22:19:09.685265+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.685 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-190' for execution. | |
18:19:09.688 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:09.688406+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '7bae1ab0-9f1e-433b-904b-bf5f43807329', '__payload_size__': 245} | |
18:19:09.688 | INFO | Task run 'load-65' - Finished in state Completed() | |
18:19:09.691 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-191' for task 'load'", 'timestamp': '2023-06-07T22:19:09.691054+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.691 | INFO | Flow run 'beryl-hamster' - Created task run 'load-191' for task 'load' | |
18:19:09.692 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-191' for execution.", 'timestamp': '2023-06-07T22:19:09.691842+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.691 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-191' for execution. | |
18:19:09.694 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-138' for task 'load'", 'timestamp': '2023-06-07T22:19:09.694051+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.694 | INFO | Flow run 'beryl-hamster' - Created task run 'load-138' for task 'load' | |
18:19:09.695 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-138' for execution.", 'timestamp': '2023-06-07T22:19:09.694808+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.694 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-138' for execution. | |
18:19:09.701 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.701 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.701 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.701 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.708 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.709 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.709 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.709 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.724 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:09.723792+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '6ab5fd0c-df24-44f1-8b60-74d11f0dd33b', '__payload_size__': 238} | |
18:19:09.723 | DEBUG | Task run 'load-57' - Beginning execution... | |
18:19:09.725 | DEBUG | WorkerThread-39 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/ESSA.csv')) in thread 'WorkerThread-39' with timeout None | |
18:19:09.725 | DEBUG | WorkerThread-39 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:09.735 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-48' for task 'load'", 'timestamp': '2023-06-07T22:19:04.383931+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 29429/3000000) | |
18:19:09.735 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.736 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.736 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.736 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.745 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.745 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.745 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.747 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.788 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-139' for task 'load'", 'timestamp': '2023-06-07T22:19:09.787756+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.787 | INFO | Flow run 'beryl-hamster' - Created task run 'load-139' for task 'load' | |
18:19:09.788 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-139' for execution.", 'timestamp': '2023-06-07T22:19:09.788696+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.788 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-139' for execution. | |
18:19:09.789 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.789 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.789 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.789 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.806 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.806 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.806 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.807 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-48' for execution.", 'timestamp': '2023-06-07T22:19:04.385065+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 29654/3000000) | |
18:19:09.807 | DEBUG | WorkerThread-39 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.08> exited | |
18:19:09.807 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.809 | DEBUG | WorkerThread-39 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/ESSA.csv')) | |
18:19:09.809 | INFO | WorkerThread-39 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-39' | |
18:19:09.829 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-193' for task 'load'", 'timestamp': '2023-06-07T22:19:09.829689+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.829 | INFO | Flow run 'beryl-hamster' - Created task run 'load-193' for task 'load' | |
18:19:09.830 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-193' for execution.", 'timestamp': '2023-06-07T22:19:09.830676+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.830 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-193' for execution. | |
18:19:09.831 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.831 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.831 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.831 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.832 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:09.832 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:09.832 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:09.832 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:09.836 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.836 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.836 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.840 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.849 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-83' for task 'load'", 'timestamp': '2023-06-07T22:19:04.529669+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 29878/3000000) | |
18:19:09.851 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:09.851659+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '86ce9582-72e0-4b58-bdba-b24b3e33d205', '__payload_size__': 238} | |
18:19:09.851 | DEBUG | Task run 'load-15' - Beginning execution... | |
18:19:09.853 | DEBUG | WorkerThread-40 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/BRK.B.csv')) in thread 'WorkerThread-40' with timeout None | |
18:19:09.854 | DEBUG | WorkerThread-40 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:09.879 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-141' for task 'load'", 'timestamp': '2023-06-07T22:19:09.878770+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.878 | INFO | Flow run 'beryl-hamster' - Created task run 'load-141' for task 'load' | |
18:19:09.901 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-141' for execution.", 'timestamp': '2023-06-07T22:19:09.900649+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.900 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-141' for execution. | |
18:19:09.904 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.904 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.904 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.904 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.905 | DEBUG | WorkerThread-40 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.05> exited | |
18:19:09.905 | DEBUG | WorkerThread-40 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/BRK.B.csv')) | |
18:19:09.905 | INFO | WorkerThread-40 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-40' | |
18:19:09.908 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.909 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.909 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.913 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.921 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:09.921 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:09.921 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:09.921 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:09.928 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.929 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.929 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.929 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.933 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-83' for execution.", 'timestamp': '2023-06-07T22:19:04.531009+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 30103/3000000) | |
18:19:09.941 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.941 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.941 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.943 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:09.945 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:09.945291+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '0ea50f01-9db8-4855-abf6-1e564dae1837', '__payload_size__': 245} | |
18:19:09.945 | INFO | Task run 'load-13' - Finished in state Completed() | |
18:19:09.966 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:09.966 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.966 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.967 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:09.972 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-104' for task 'load'", 'timestamp': '2023-06-07T22:19:09.971909+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:09.971 | INFO | Flow run 'beryl-hamster' - Created task run 'load-104' for task 'load' | |
18:19:09.973 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-104' for execution.", 'timestamp': '2023-06-07T22:19:09.973543+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:09.973 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-104' for execution. | |
18:19:09.990 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:09.991 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:09.991 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:09.993 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-62' for task 'load'", 'timestamp': '2023-06-07T22:19:04.556146+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 30327/3000000) | |
18:19:09.995 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:10.016 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-105' for task 'load'", 'timestamp': '2023-06-07T22:19:10.015609+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:10.015 | INFO | Flow run 'beryl-hamster' - Created task run 'load-105' for task 'load' | |
18:19:10.017 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-105' for execution.", 'timestamp': '2023-06-07T22:19:10.017284+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:10.017 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-105' for execution. | |
18:19:10.023 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-144' for task 'load'", 'timestamp': '2023-06-07T22:19:10.023098+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:10.023 | INFO | Flow run 'beryl-hamster' - Created task run 'load-144' for task 'load' | |
18:19:10.024 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-144' for execution.", 'timestamp': '2023-06-07T22:19:10.024380+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:10.024 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-144' for execution. | |
18:19:10.025 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:10.025 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.025 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.026 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:10.037 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.038 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.038 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:10.046 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:10.053 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-62' for execution.", 'timestamp': '2023-06-07T22:19:04.557240+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 30552/3000000) | |
18:19:10.061 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-198' for task 'load'", 'timestamp': '2023-06-07T22:19:10.060651+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:10.060 | INFO | Flow run 'beryl-hamster' - Created task run 'load-198' for task 'load' | |
18:19:10.062 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-198' for execution.", 'timestamp': '2023-06-07T22:19:10.062143+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:10.062 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-198' for execution. | |
18:19:10.079 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:10.080 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.081 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.081 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:10.095 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.095 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.096 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:10.099 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:10.113 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-63' for task 'load'", 'timestamp': '2023-06-07T22:19:04.559873+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 30776/3000000) | |
18:19:10.118 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-199' for task 'load'", 'timestamp': '2023-06-07T22:19:10.118611+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:10.118 | INFO | Flow run 'beryl-hamster' - Created task run 'load-199' for task 'load' | |
18:19:10.120 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-199' for execution.", 'timestamp': '2023-06-07T22:19:10.120022+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:10.120 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-199' for execution. | |
18:19:10.122 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:10.122 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.123 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.123 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:10.142 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.142 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.142 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:10.146 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:10.160 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-200' for task 'load'", 'timestamp': '2023-06-07T22:19:10.160321+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:10.160 | INFO | Flow run 'beryl-hamster' - Created task run 'load-200' for task 'load' | |
18:19:10.162 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-200' for execution.", 'timestamp': '2023-06-07T22:19:10.161773+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:10.161 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-200' for execution. | |
18:19:10.164 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:10.165 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.165 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.165 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:10.183 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:10.182765+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'b4fea046-8945-4083-bf50-9eb68ce3f41d', '__payload_size__': 245} | |
18:19:10.182 | INFO | Task run 'load-76' - Finished in state Completed() | |
18:19:10.184 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.184 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.184 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:10.185 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-63' for execution.", 'timestamp': '2023-06-07T22:19:04.560762+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 31001/3000000) | |
18:19:10.186 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:10.197 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-201' for task 'load'", 'timestamp': '2023-06-07T22:19:10.196897+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:10.196 | INFO | Flow run 'beryl-hamster' - Created task run 'load-201' for task 'load' | |
18:19:10.198 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-201' for execution.", 'timestamp': '2023-06-07T22:19:10.198408+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:10.198 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-201' for execution. | |
18:19:10.204 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-106' for task 'load'", 'timestamp': '2023-06-07T22:19:10.204341+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:10.204 | INFO | Flow run 'beryl-hamster' - Created task run 'load-106' for task 'load' | |
18:19:10.206 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-106' for execution.", 'timestamp': '2023-06-07T22:19:10.205730+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:10.205 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-106' for execution. | |
18:19:10.212 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:10.212565+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '57772244-b628-4b6f-aed2-247b87732ad3', '__payload_size__': 238} | |
18:19:10.212 | DEBUG | Task run 'load-50' - Beginning execution... | |
18:19:10.220 | DEBUG | WorkerThread-41 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/VSH.csv')) in thread 'WorkerThread-41' with timeout None | |
18:19:10.220 | DEBUG | WorkerThread-41 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:10.237 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:10.237373+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'dd180e96-6ac6-428a-bb65-fd732551378a', '__payload_size__': 245} | |
18:19:10.237 | INFO | Task run 'load-11' - Finished in state Completed() | |
18:19:10.238 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:10.239 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.239 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.239 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:10.242 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.243 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.244 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:10.247 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:10.262 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-147' for task 'load'", 'timestamp': '2023-06-07T22:19:10.261814+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:10.261 | INFO | Flow run 'beryl-hamster' - Created task run 'load-147' for task 'load' | |
18:19:10.265 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-147' for execution.", 'timestamp': '2023-06-07T22:19:10.265414+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:10.265 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-147' for execution. | |
18:19:10.315 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-50' for task 'load'", 'timestamp': '2023-06-07T22:19:04.636155+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 31225/3000000) | |
18:19:10.323 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:10.326 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.328 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.330 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:10.357 | DEBUG | WorkerThread-41 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.14> exited | |
18:19:10.357 | DEBUG | WorkerThread-41 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/VSH.csv')) | |
18:19:10.357 | INFO | WorkerThread-41 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-41' | |
18:19:10.359 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.359 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.360 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:10.364 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:10.368 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:10.368 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:10.368 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:10.368 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:10.396 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-204' for task 'load'", 'timestamp': '2023-06-07T22:19:10.396207+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:10.396 | INFO | Flow run 'beryl-hamster' - Created task run 'load-204' for task 'load' | |
18:19:10.398 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-204' for execution.", 'timestamp': '2023-06-07T22:19:10.397786+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:10.397 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-204' for execution. | |
18:19:10.401 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:10.402 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.402 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.402 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:10.403 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-50' for execution.", 'timestamp': '2023-06-07T22:19:04.637040+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 31450/3000000) | |
18:19:10.408 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.408 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.408 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:10.413 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:10.426 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-205' for task 'load'", 'timestamp': '2023-06-07T22:19:10.425812+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:10.425 | INFO | Flow run 'beryl-hamster' - Created task run 'load-205' for task 'load' | |
18:19:10.427 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-205' for execution.", 'timestamp': '2023-06-07T22:19:10.427245+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:10.427 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-205' for execution. | |
18:19:10.441 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:10.442 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.442 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.442 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:10.449 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:04.653306+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '7020f7a8-49c4-4667-8cb0-2e13f37df752'} to batch (size 31688/3000000) | |
18:19:10.449 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.450 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.450 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:10.452 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:10.460 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:10.460398+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'c4c26a6e-3b17-4f5e-8390-ef46fce53d1e', '__payload_size__': 238} | |
18:19:10.460 | DEBUG | Task run 'load-55' - Beginning execution... | |
18:19:10.462 | DEBUG | WorkerThread-42 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/PCSB.csv')) in thread 'WorkerThread-42' with timeout None | |
18:19:10.462 | DEBUG | WorkerThread-42 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:10.502 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:10.502 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.503 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.503 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:10.517 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.517 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.518 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:10.519 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:10.532 | DEBUG | WorkerThread-42 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.07> exited | |
18:19:10.532 | DEBUG | WorkerThread-42 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/PCSB.csv')) | |
18:19:10.532 | INFO | WorkerThread-42 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-42' | |
18:19:10.534 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-206' for task 'load'", 'timestamp': '2023-06-07T22:19:10.534043+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:10.534 | INFO | Flow run 'beryl-hamster' - Created task run 'load-206' for task 'load' | |
18:19:10.535 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-206' for execution.", 'timestamp': '2023-06-07T22:19:10.535186+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:10.535 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-206' for execution. | |
18:19:10.537 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:10.537516+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '6ab5fd0c-df24-44f1-8b60-74d11f0dd33b', '__payload_size__': 245} | |
18:19:10.537 | INFO | Task run 'load-57' - Finished in state Completed() | |
18:19:10.538 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:04.656451+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'a61d7803-7584-4fd6-8501-c79339c39671'} to batch (size 31926/3000000) | |
18:19:10.545 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:10.545 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.545 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.545 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:10.552 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:10.553 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:10.553 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:10.553 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:10.555 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.555 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.555 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:10.560 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:10.564 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-207' for task 'load'", 'timestamp': '2023-06-07T22:19:10.564308+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:10.564 | INFO | Flow run 'beryl-hamster' - Created task run 'load-207' for task 'load' | |
18:19:10.566 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-207' for execution.", 'timestamp': '2023-06-07T22:19:10.565928+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:10.565 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-207' for execution. | |
18:19:10.596 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:10.602 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.602 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.603 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:10.605 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:04.718695+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'ec87e8e2-ae07-4758-ae5d-ce15211274bb'} to batch (size 32164/3000000) | |
18:19:10.611 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-151' for task 'load'", 'timestamp': '2023-06-07T22:19:10.611297+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:10.611 | INFO | Flow run 'beryl-hamster' - Created task run 'load-151' for task 'load' | |
18:19:10.613 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-151' for execution.", 'timestamp': '2023-06-07T22:19:10.612705+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:10.612 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-151' for execution. | |
18:19:10.616 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:10.616271+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '86ce9582-72e0-4b58-bdba-b24b3e33d205', '__payload_size__': 245} | |
18:19:10.616 | INFO | Task run 'load-15' - Finished in state Completed() | |
18:19:10.622 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-208' for task 'load'", 'timestamp': '2023-06-07T22:19:10.621404+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:10.621 | INFO | Flow run 'beryl-hamster' - Created task run 'load-208' for task 'load' | |
18:19:10.624 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-208' for execution.", 'timestamp': '2023-06-07T22:19:10.623599+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:10.623 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-208' for execution. | |
18:19:10.631 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.631 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.632 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:10.647 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:10.650 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:10.650050+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'e0ffcdc3-2b7e-4eac-af58-486981cdf77c', '__payload_size__': 238} | |
18:19:10.650 | DEBUG | Task run 'load-93' - Beginning execution... | |
18:19:10.654 | DEBUG | WorkerThread-43 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/CB.csv')) in thread 'WorkerThread-43' with timeout None | |
18:19:10.655 | DEBUG | WorkerThread-43 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:10.657 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:10.657015+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '205301cb-b9b3-4500-af85-fd3042898e20', '__payload_size__': 238} | |
18:19:10.657 | DEBUG | Task run 'load-25' - Beginning execution... | |
18:19:10.659 | DEBUG | WorkerThread-44 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/SXI.csv')) in thread 'WorkerThread-44' with timeout None | |
18:19:10.659 | DEBUG | WorkerThread-44 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:10.692 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-81' for task 'load'", 'timestamp': '2023-06-07T22:19:10.692405+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:10.692 | INFO | Flow run 'beryl-hamster' - Created task run 'load-81' for task 'load' | |
18:19:10.696 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-81' for execution.", 'timestamp': '2023-06-07T22:19:10.695737+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:10.695 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-81' for execution. | |
18:19:10.925 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:10.925 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.928 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.935 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:10.961 | DEBUG | WorkerThread-43 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.31> exited | |
18:19:10.961 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.962 | DEBUG | WorkerThread-43 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/CB.csv')) | |
18:19:10.964 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.964 | INFO | WorkerThread-43 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-43' | |
18:19:10.965 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:10.966 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:10.966 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:05.067672+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '3bdc9ec4-d579-4323-93ae-abcdbd3bd438'} to batch (size 32402/3000000) | |
18:19:10.970 | DEBUG | WorkerThread-44 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.31> exited | |
18:19:10.971 | DEBUG | WorkerThread-44 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/SXI.csv')) | |
18:19:10.972 | INFO | WorkerThread-44 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-44' | |
18:19:10.993 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:10.993 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:10.993 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:10.993 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:10.994 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:10.995 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:10.995 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:10.995 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:10.996 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:10.996 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:10.996 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:10.997 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:11.007 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.007 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.007 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.008 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.012 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:05.135583+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'aa506a79-0b4c-4bea-8e64-96dc8bdd220c'} to batch (size 32640/3000000) | |
18:19:11.029 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.029 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.029 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.029 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.031 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.031 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.031 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.033 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.052 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.052 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.052 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.052 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.053 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-71' for task 'load'", 'timestamp': '2023-06-07T22:19:05.362371+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 32864/3000000) | |
18:19:11.053 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.054 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.054 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.055 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.076 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.076 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.077 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.077 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.091 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.091 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.091 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.092 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-71' for execution.", 'timestamp': '2023-06-07T22:19:05.384048+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 33089/3000000) | |
18:19:11.094 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.105 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-113' for task 'load'", 'timestamp': '2023-06-07T22:19:11.105529+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:11.105 | INFO | Flow run 'beryl-hamster' - Created task run 'load-113' for task 'load' | |
18:19:11.106 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-113' for execution.", 'timestamp': '2023-06-07T22:19:11.106520+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:11.106 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-113' for execution. | |
18:19:11.107 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.107 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.107 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.107 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.109 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.109 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.109 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.115 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.120 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-72' for task 'load'", 'timestamp': '2023-06-07T22:19:05.423135+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 33313/3000000) | |
18:19:11.124 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.125 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.125 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.125 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.139 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.139 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.139 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.142 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.143 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-156' for task 'load'", 'timestamp': '2023-06-07T22:19:11.143167+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:11.143 | INFO | Flow run 'beryl-hamster' - Created task run 'load-156' for task 'load' | |
18:19:11.144 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-156' for execution.", 'timestamp': '2023-06-07T22:19:11.144125+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:11.144 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-156' for execution. | |
18:19:11.148 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-157' for task 'load'", 'timestamp': '2023-06-07T22:19:11.148067+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:11.148 | INFO | Flow run 'beryl-hamster' - Created task run 'load-157' for task 'load' | |
18:19:11.149 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-157' for execution.", 'timestamp': '2023-06-07T22:19:11.148994+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:11.148 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-157' for execution. | |
18:19:11.151 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-115' for task 'load'", 'timestamp': '2023-06-07T22:19:11.151300+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:11.151 | INFO | Flow run 'beryl-hamster' - Created task run 'load-115' for task 'load' | |
18:19:11.152 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-115' for execution.", 'timestamp': '2023-06-07T22:19:11.152208+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:11.152 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-115' for execution. | |
18:19:11.154 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-214' for task 'load'", 'timestamp': '2023-06-07T22:19:11.154540+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:11.154 | INFO | Flow run 'beryl-hamster' - Created task run 'load-214' for task 'load' | |
18:19:11.155 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-214' for execution.", 'timestamp': '2023-06-07T22:19:11.155317+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:11.155 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-214' for execution. | |
18:19:11.167 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-72' for execution.", 'timestamp': '2023-06-07T22:19:05.424417+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 33538/3000000) | |
18:19:11.169 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.169 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.169 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.169 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.180 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.181 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.181 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.187 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.202 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.202 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.202 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.202 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.204 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-98' for task 'load'", 'timestamp': '2023-06-07T22:19:05.457409+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 33762/3000000) | |
18:19:11.205 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.205 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.205 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.212 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.223 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:11.223550+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '00e848f7-422b-4a10-8ecf-c5bbb9b19378', '__payload_size__': 245} | |
18:19:11.223 | INFO | Task run 'load-38' - Finished in state Completed() | |
18:19:11.229 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.229 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.229 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.229 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.244 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.244 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.244 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.248 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.250 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-98' for execution.", 'timestamp': '2023-06-07T22:19:05.458605+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 33987/3000000) | |
18:19:11.255 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.255 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.256 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.256 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.267 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.268 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.268 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.269 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.285 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-74' for task 'load'", 'timestamp': '2023-06-07T22:19:05.537151+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 34211/3000000) | |
18:19:11.287 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:11.287565+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'e55f03d2-3644-485b-84f9-36063a5ed36e', '__payload_size__': 245} | |
18:19:11.287 | INFO | Task run 'load-20' - Finished in state Completed() | |
18:19:11.288 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.288 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.288 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.289 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.291 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.292 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.292 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.299 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.301 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-220' for task 'load'", 'timestamp': '2023-06-07T22:19:11.300922+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:11.300 | INFO | Flow run 'beryl-hamster' - Created task run 'load-220' for task 'load' | |
18:19:11.302 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-220' for execution.", 'timestamp': '2023-06-07T22:19:11.301915+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:11.301 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-220' for execution. | |
18:19:11.305 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:11.305309+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'c4c26a6e-3b17-4f5e-8390-ef46fce53d1e', '__payload_size__': 245} | |
18:19:11.305 | INFO | Task run 'load-55' - Finished in state Completed() | |
18:19:11.313 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.314 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.314 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.314 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.314 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-74' for execution.", 'timestamp': '2023-06-07T22:19:05.538296+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 34436/3000000) | |
18:19:11.327 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.327 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.328 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.328 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.342 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.342 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.342 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.342 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.345 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-161' for task 'load'", 'timestamp': '2023-06-07T22:19:11.345314+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:11.345 | INFO | Flow run 'beryl-hamster' - Created task run 'load-161' for task 'load' | |
18:19:11.346 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-161' for execution.", 'timestamp': '2023-06-07T22:19:11.346285+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:11.346 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-161' for execution. | |
18:19:11.352 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.352 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.353 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.353 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-75' for task 'load'", 'timestamp': '2023-06-07T22:19:05.603930+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 34660/3000000) | |
18:19:11.355 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.362 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-222' for task 'load'", 'timestamp': '2023-06-07T22:19:11.362371+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:11.362 | INFO | Flow run 'beryl-hamster' - Created task run 'load-222' for task 'load' | |
18:19:11.363 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-222' for execution.", 'timestamp': '2023-06-07T22:19:11.363392+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:11.363 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-222' for execution. | |
18:19:11.365 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:11.365563+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '205301cb-b9b3-4500-af85-fd3042898e20', '__payload_size__': 245} | |
18:19:11.365 | INFO | Task run 'load-25' - Finished in state Completed() | |
18:19:11.382 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.382 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.383 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.383 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.388 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.389 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.389 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.391 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.400 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-75' for execution.", 'timestamp': '2023-06-07T22:19:05.604948+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 34885/3000000) | |
18:19:11.408 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:11.407877+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'e0ffcdc3-2b7e-4eac-af58-486981cdf77c', '__payload_size__': 245} | |
18:19:11.407 | INFO | Task run 'load-93' - Finished in state Completed() | |
18:19:11.412 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.412 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.412 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.412 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.420 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.420 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.420 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.422 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.424 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-163' for task 'load'", 'timestamp': '2023-06-07T22:19:11.424050+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:11.424 | INFO | Flow run 'beryl-hamster' - Created task run 'load-163' for task 'load' | |
18:19:11.425 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-163' for execution.", 'timestamp': '2023-06-07T22:19:11.425193+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:11.425 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-163' for execution. | |
18:19:11.444 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:05.641645+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'e4197efe-72bd-4971-b7e6-1f40cf8a15f9'} to batch (size 35123/3000000) | |
18:19:11.444 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.445 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.445 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.445 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.452 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.452 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.452 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.453 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.468 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.469 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.469 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.469 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.472 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:05.645693+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'e55f03d2-3644-485b-84f9-36063a5ed36e'} to batch (size 35361/3000000) | |
18:19:11.473 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.473 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.473 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.483 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.488 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-226' for task 'load'", 'timestamp': '2023-06-07T22:19:11.487922+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:11.487 | INFO | Flow run 'beryl-hamster' - Created task run 'load-226' for task 'load' | |
18:19:11.489 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-226' for execution.", 'timestamp': '2023-06-07T22:19:11.488822+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:11.488 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-226' for execution. | |
18:19:11.495 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.496 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.496 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.496 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.504 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-164' for task 'load'", 'timestamp': '2023-06-07T22:19:11.504608+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:11.504 | INFO | Flow run 'beryl-hamster' - Created task run 'load-164' for task 'load' | |
18:19:11.505 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-164' for execution.", 'timestamp': '2023-06-07T22:19:11.505506+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:11.505 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-164' for execution. | |
18:19:11.507 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-227' for task 'load'", 'timestamp': '2023-06-07T22:19:11.507724+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:11.507 | INFO | Flow run 'beryl-hamster' - Created task run 'load-227' for task 'load' | |
18:19:11.508 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-227' for execution.", 'timestamp': '2023-06-07T22:19:11.508489+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:11.508 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-227' for execution. | |
18:19:11.509 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.509 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.509 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.510 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.520 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:05.651816+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '9479500a-304a-4a09-bcc4-cf797e5fc332'} to batch (size 35599/3000000) | |
18:19:11.522 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.522 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.522 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.522 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.523 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.524 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.524 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.525 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.527 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:11.527300+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '02e1db38-05fe-492a-8441-56a729c4bfcf', '__payload_size__': 238} | |
18:19:11.527 | DEBUG | Task run 'load-75' - Beginning execution... | |
18:19:11.529 | DEBUG | WorkerThread-45 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/WWE.csv')) in thread 'WorkerThread-45' with timeout None | |
18:19:11.529 | DEBUG | WorkerThread-45 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:11.530 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:11.530300+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '67d46c44-238c-440d-b007-13dd7cb7df51', '__payload_size__': 238} | |
18:19:11.530 | DEBUG | Task run 'load-41' - Beginning execution... | |
18:19:11.539 | DEBUG | WorkerThread-46 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/PIPR.csv')) in thread 'WorkerThread-46' with timeout None | |
18:19:11.539 | DEBUG | WorkerThread-46 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:11.544 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-165' for task 'load'", 'timestamp': '2023-06-07T22:19:11.544716+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:11.544 | INFO | Flow run 'beryl-hamster' - Created task run 'load-165' for task 'load' | |
18:19:11.545 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-165' for execution.", 'timestamp': '2023-06-07T22:19:11.545777+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:11.545 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-165' for execution. | |
18:19:11.550 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.559 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.559 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.560 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.572 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-229' for task 'load'", 'timestamp': '2023-06-07T22:19:11.571761+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:11.571 | INFO | Flow run 'beryl-hamster' - Created task run 'load-229' for task 'load' | |
18:19:11.573 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-229' for execution.", 'timestamp': '2023-06-07T22:19:11.572852+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:11.572 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-229' for execution. | |
18:19:11.614 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.614 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.614 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.615 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-58' for task 'load'", 'timestamp': '2023-06-07T22:19:05.705813+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 35823/3000000) | |
18:19:11.618 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.651 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.652 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.652 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.652 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.655 | DEBUG | WorkerThread-46 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.12> exited | |
18:19:11.656 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:11.656018+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '3902b66b-5ccf-4856-8fc1-995010f84517', '__payload_size__': 238} | |
18:19:11.656 | DEBUG | WorkerThread-46 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/PIPR.csv')) | |
18:19:11.656 | DEBUG | Task run 'load-70' - Beginning execution... | |
18:19:11.656 | DEBUG | WorkerThread-45 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.13> exited | |
18:19:11.657 | INFO | WorkerThread-46 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-46' | |
18:19:11.657 | DEBUG | WorkerThread-47 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/NTCT.csv')) in thread 'WorkerThread-47' with timeout None | |
18:19:11.657 | DEBUG | WorkerThread-45 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/WWE.csv')) | |
18:19:11.657 | DEBUG | WorkerThread-47 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:11.658 | INFO | WorkerThread-45 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-45' | |
18:19:11.659 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.659 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.660 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.660 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.679 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-58' for execution.", 'timestamp': '2023-06-07T22:19:05.707157+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 36048/3000000) | |
18:19:11.683 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:11.683 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:11.685 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:11.685 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:11.686 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:11.686 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:11.686 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:11.687 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:11.696 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.702 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.702 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.703 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.713 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:11.713421+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '3ecd2724-65f6-4110-b6fd-fa2d96ccc2ac', '__payload_size__': 238} | |
18:19:11.713 | DEBUG | Task run 'load-26' - Beginning execution... | |
18:19:11.717 | DEBUG | WorkerThread-48 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/IRMD.csv')) in thread 'WorkerThread-48' with timeout None | |
18:19:11.717 | DEBUG | WorkerThread-48 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:11.718 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:11.718698+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'e216efa0-a334-4f47-8a07-268c2a4fd670', '__payload_size__': 238} | |
18:19:11.718 | DEBUG | Task run 'load-30' - Beginning execution... | |
18:19:11.724 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:11.724364+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '3b39e795-710a-44d3-b087-96a261a802b3', '__payload_size__': 238} | |
18:19:11.725 | DEBUG | WorkerThread-49 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/NVS.csv')) in thread 'WorkerThread-49' with timeout None | |
18:19:11.725 | DEBUG | WorkerThread-49 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:11.724 | DEBUG | Task run 'load-149' - Beginning execution... | |
18:19:11.727 | DEBUG | WorkerThread-50 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/PINC.csv')) in thread 'WorkerThread-50' with timeout None | |
18:19:11.727 | DEBUG | WorkerThread-50 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:11.741 | DEBUG | WorkerThread-47 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.08> exited | |
18:19:11.741 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.01> entered | |
18:19:11.748 | DEBUG | WorkerThread-47 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/NTCT.csv')) | |
18:19:11.749 | INFO | WorkerThread-47 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-47' | |
18:19:11.750 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.01> exited | |
18:19:11.750 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.752 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.771 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-231' for task 'load'", 'timestamp': '2023-06-07T22:19:11.770720+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:11.770 | INFO | Flow run 'beryl-hamster' - Created task run 'load-231' for task 'load' | |
18:19:11.779 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-231' for execution.", 'timestamp': '2023-06-07T22:19:11.779274+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:11.779 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-231' for execution. | |
18:19:11.797 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-88' for task 'load'", 'timestamp': '2023-06-07T22:19:11.797349+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 224} | |
18:19:11.797 | INFO | Flow run 'beryl-hamster' - Created task run 'load-88' for task 'load' | |
18:19:11.814 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-88' for execution.", 'timestamp': '2023-06-07T22:19:11.814091+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:11.814 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-88' for execution. | |
18:19:11.854 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:11.857 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:11.858 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:11.859 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:11.861 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:05.829529+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'a61d7803-7584-4fd6-8501-c79339c39671'} to batch (size 36293/3000000) | |
18:19:11.865 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.866 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.867 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.891 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.907 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.908 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.908 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.909 | DEBUG | WorkerThread-49 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.18> exited | |
18:19:11.909 | DEBUG | WorkerThread-48 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.19> exited | |
18:19:11.910 | DEBUG | WorkerThread-50 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.18> exited | |
18:19:11.910 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.915 | DEBUG | WorkerThread-49 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/NVS.csv')) | |
18:19:11.915 | DEBUG | WorkerThread-48 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/IRMD.csv')) | |
18:19:11.915 | DEBUG | WorkerThread-50 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/PINC.csv')) | |
18:19:11.916 | INFO | WorkerThread-49 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-49' | |
18:19:11.916 | INFO | WorkerThread-48 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-48' | |
18:19:11.920 | INFO | WorkerThread-50 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-50' | |
18:19:11.932 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.933 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.933 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.933 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.935 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:11.935 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:11.935 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:11.935 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:11.938 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:11.938 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:11.938 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:11.939 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:11.939 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:11.939 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:11.940 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:11.940 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:11.946 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:05.853031+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'ba048057-97d0-463e-abb6-0e97ef84b7a6'} to batch (size 36531/3000000) | |
18:19:11.946 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.946 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.947 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.950 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.964 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.964 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.965 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.965 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.975 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.975 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.975 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:11.979 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:11.983 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-107' for task 'load'", 'timestamp': '2023-06-07T22:19:05.928294+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 36756/3000000) | |
18:19:11.994 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:11.994 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:11.995 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:11.995 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:11.997 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:11.996860+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '02dea208-0fa2-48fe-8f81-34f41ffcd439', '__payload_size__': 245} | |
18:19:11.996 | INFO | Task run 'load-49' - Finished in state Completed() | |
18:19:12.002 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:12.002514+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '687977d5-07a4-4a8f-9b23-5933db56954b', '__payload_size__': 238} | |
18:19:12.002 | DEBUG | Task run 'load-40' - Beginning execution... | |
18:19:12.004 | DEBUG | WorkerThread-51 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/CHMG.csv')) in thread 'WorkerThread-51' with timeout None | |
18:19:12.004 | DEBUG | WorkerThread-51 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:12.006 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:12.006033+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '3d39f604-27a5-4bd2-92c2-24c0d7d63133', '__payload_size__': 238} | |
18:19:12.006 | DEBUG | Task run 'load-24' - Beginning execution... | |
18:19:12.007 | DEBUG | WorkerThread-52 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/V.csv')) in thread 'WorkerThread-52' with timeout None | |
18:19:12.007 | DEBUG | WorkerThread-52 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:12.007 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.007 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.007 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.010 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.025 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-235' for task 'load'", 'timestamp': '2023-06-07T22:19:12.024774+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:12.024 | INFO | Flow run 'beryl-hamster' - Created task run 'load-235' for task 'load' | |
18:19:12.032 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-235' for execution.", 'timestamp': '2023-06-07T22:19:12.032056+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:12.032 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-235' for execution. | |
18:19:12.090 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.091 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.091 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.091 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.091 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-107' for execution.", 'timestamp': '2023-06-07T22:19:05.929473+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 36982/3000000) | |
18:19:12.107 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.108 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.108 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.109 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.116 | DEBUG | WorkerThread-51 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.11> exited | |
18:19:12.117 | DEBUG | WorkerThread-52 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.11> exited | |
18:19:12.119 | DEBUG | WorkerThread-51 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/CHMG.csv')) | |
18:19:12.120 | DEBUG | WorkerThread-52 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/V.csv')) | |
18:19:12.121 | INFO | WorkerThread-51 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-51' | |
18:19:12.122 | INFO | WorkerThread-52 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-52' | |
18:19:12.127 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-173' for task 'load'", 'timestamp': '2023-06-07T22:19:12.127655+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:12.127 | INFO | Flow run 'beryl-hamster' - Created task run 'load-173' for task 'load' | |
18:19:12.128 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-173' for execution.", 'timestamp': '2023-06-07T22:19:12.128639+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:12.128 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-173' for execution. | |
18:19:12.135 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.136 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.136 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.136 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.136 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:12.136 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:12.137 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:12.137 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:12.138 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:12.138 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:12.138 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:12.138 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:12.152 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-79' for task 'load'", 'timestamp': '2023-06-07T22:19:05.956793+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 37206/3000000) | |
18:19:12.153 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.153 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.153 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.154 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.169 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.170 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.170 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.170 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.173 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.173 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.173 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.174 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.182 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-79' for execution.", 'timestamp': '2023-06-07T22:19:05.957778+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 37431/3000000) | |
18:19:12.193 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.193 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.194 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.194 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.199 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.200 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.200 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.202 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.204 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-239' for task 'load'", 'timestamp': '2023-06-07T22:19:12.203767+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:12.203 | INFO | Flow run 'beryl-hamster' - Created task run 'load-239' for task 'load' | |
18:19:12.204 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-239' for execution.", 'timestamp': '2023-06-07T22:19:12.204686+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:12.204 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-239' for execution. | |
18:19:12.207 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:12.207348+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '54a8b67c-6f6c-43ca-ab57-1e6115dd7761', '__payload_size__': 238} | |
18:19:12.207 | DEBUG | Task run 'load-153' - Beginning execution... | |
18:19:12.209 | DEBUG | WorkerThread-53 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/FHI.csv')) in thread 'WorkerThread-53' with timeout None | |
18:19:12.209 | DEBUG | WorkerThread-53 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:12.216 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:12.216456+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '2c99bcb4-8022-4d67-9134-247319569b04', '__payload_size__': 245} | |
18:19:12.216 | INFO | Task run 'load-33' - Finished in state Completed() | |
18:19:12.252 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:05.977662+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'fd23a968-5661-40c3-859e-cc98dc50eb2a'} to batch (size 37669/3000000) | |
18:19:12.254 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.254 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.255 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.255 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.264 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.266 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.267 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.268 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.284 | DEBUG | WorkerThread-53 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.07> exited | |
18:19:12.284 | DEBUG | WorkerThread-53 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/FHI.csv')) | |
18:19:12.284 | INFO | WorkerThread-53 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-53' | |
18:19:12.289 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-241' for task 'load'", 'timestamp': '2023-06-07T22:19:12.289577+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:12.289 | INFO | Flow run 'beryl-hamster' - Created task run 'load-241' for task 'load' | |
18:19:12.290 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-241' for execution.", 'timestamp': '2023-06-07T22:19:12.290507+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:12.290 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-241' for execution. | |
18:19:12.291 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.291 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.291 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.291 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.305 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-110' for task 'load'", 'timestamp': '2023-06-07T22:19:05.995009+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 37894/3000000) | |
18:19:12.307 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.307 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.307 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.310 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:12.310 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:12.310 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:12.310 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:12.312 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.329 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.330 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.330 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.330 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.333 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.333 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.333 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.338 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.344 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:12.344237+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'f1afa6fd-26b6-4ee1-9987-09503430a1d1', '__payload_size__': 238} | |
18:19:12.344 | DEBUG | Task run 'load-69' - Beginning execution... | |
18:19:12.346 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-110' for execution.", 'timestamp': '2023-06-07T22:19:05.995927+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 38120/3000000) | |
18:19:12.347 | DEBUG | WorkerThread-54 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/WIRE.csv')) in thread 'WorkerThread-54' with timeout None | |
18:19:12.351 | DEBUG | WorkerThread-54 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:12.352 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-128' for task 'load'", 'timestamp': '2023-06-07T22:19:12.352226+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:12.352 | INFO | Flow run 'beryl-hamster' - Created task run 'load-128' for task 'load' | |
18:19:12.353 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-128' for execution.", 'timestamp': '2023-06-07T22:19:12.353157+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:12.353 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-128' for execution. | |
18:19:12.355 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.355 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.356 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.356 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.361 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.361 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.361 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.364 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.383 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.383 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.384 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.384 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.384 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-80' for task 'load'", 'timestamp': '2023-06-07T22:19:06.037864+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 38344/3000000) | |
18:19:12.410 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.410 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.410 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.413 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.445 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:12.445166+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '7d91b865-bb9b-40dc-8c7d-d4fd03f9c954', '__payload_size__': 245} | |
18:19:12.445 | INFO | Task run 'load-14' - Finished in state Completed() | |
18:19:12.447 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:12.447769+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '3b39e795-710a-44d3-b087-96a261a802b3', '__payload_size__': 245} | |
18:19:12.447 | INFO | Task run 'load-149' - Finished in state Completed() | |
18:19:12.451 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.452 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.452 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.452 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.456 | DEBUG | WorkerThread-54 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.11> exited | |
18:19:12.456 | DEBUG | WorkerThread-54 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/WIRE.csv')) | |
18:19:12.456 | INFO | WorkerThread-54 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-54' | |
18:19:12.459 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:12.459153+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '3ecd2724-65f6-4110-b6fd-fa2d96ccc2ac', '__payload_size__': 245} | |
18:19:12.459 | INFO | Task run 'load-26' - Finished in state Completed() | |
18:19:12.459 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.460 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.460 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.461 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-80' for execution.", 'timestamp': '2023-06-07T22:19:06.041969+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 38569/3000000) | |
18:19:12.462 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.467 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:12.467 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:12.467 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:12.467 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:12.482 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-179' for task 'load'", 'timestamp': '2023-06-07T22:19:12.482737+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:12.482 | INFO | Flow run 'beryl-hamster' - Created task run 'load-179' for task 'load' | |
18:19:12.483 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-179' for execution.", 'timestamp': '2023-06-07T22:19:12.483663+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:12.483 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-179' for execution. | |
18:19:12.484 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.484 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.484 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.484 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.488 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.488 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.488 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.490 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.497 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-114' for task 'load'", 'timestamp': '2023-06-07T22:19:06.155707+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 38794/3000000) | |
18:19:12.501 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:12.501168+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '020b1d79-83ad-45bd-98db-5960be8b78a4', '__payload_size__': 238} | |
18:19:12.501 | DEBUG | Task run 'load-110' - Beginning execution... | |
18:19:12.503 | DEBUG | WorkerThread-55 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/WCC.csv')) in thread 'WorkerThread-55' with timeout None | |
18:19:12.503 | DEBUG | WorkerThread-55 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:12.507 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.508 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.508 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.508 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.521 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.522 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.522 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.525 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-247' for task 'load'", 'timestamp': '2023-06-07T22:19:12.525357+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:12.526 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.525 | INFO | Flow run 'beryl-hamster' - Created task run 'load-247' for task 'load' | |
18:19:12.527 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-247' for execution.", 'timestamp': '2023-06-07T22:19:12.527013+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:12.527 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-247' for execution. | |
18:19:12.568 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-114' for execution.", 'timestamp': '2023-06-07T22:19:06.156664+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 39020/3000000) | |
18:19:12.568 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.569 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.569 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.569 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.573 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:12.573400+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '9d7f5b93-9c0d-439c-a319-0047cde8b471', '__payload_size__': 238} | |
18:19:12.573 | DEBUG | Task run 'load-51' - Beginning execution... | |
18:19:12.575 | DEBUG | WorkerThread-56 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/NWFL.csv')) in thread 'WorkerThread-56' with timeout None | |
18:19:12.575 | DEBUG | WorkerThread-56 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:12.582 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.582 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.583 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.583 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.588 | DEBUG | WorkerThread-55 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.09> exited | |
18:19:12.589 | DEBUG | WorkerThread-55 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/WCC.csv')) | |
18:19:12.592 | INFO | WorkerThread-55 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-55' | |
18:19:12.616 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.616 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.616 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.616 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.621 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-249' for task 'load'", 'timestamp': '2023-06-07T22:19:12.620870+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:12.620 | INFO | Flow run 'beryl-hamster' - Created task run 'load-249' for task 'load' | |
18:19:12.622 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-249' for execution.", 'timestamp': '2023-06-07T22:19:12.621821+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:12.621 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-249' for execution. | |
18:19:12.623 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:12.623 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:12.623 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:12.623 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:12.644 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.644 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.644 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.645 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:06.187103+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '7d91b865-bb9b-40dc-8c7d-d4fd03f9c954'} to batch (size 39258/3000000) | |
18:19:12.649 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.650 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:12.650117+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '8d086d10-8c3a-4a97-a1ee-762aef53202e', '__payload_size__': 245} | |
18:19:12.650 | INFO | Task run 'load-37' - Finished in state Completed() | |
18:19:12.652 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:12.652659+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '2061b6d1-2645-4617-8a5d-8cbba186c73c', '__payload_size__': 245} | |
18:19:12.652 | INFO | Task run 'load-66' - Finished in state Completed() | |
18:19:12.673 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.674 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.674 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.674 | DEBUG | WorkerThread-56 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.10> exited | |
18:19:12.674 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.675 | DEBUG | WorkerThread-56 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/NWFL.csv')) | |
18:19:12.678 | INFO | WorkerThread-56 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-56' | |
18:19:12.682 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.682 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.682 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.687 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.688 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-85' for task 'load'", 'timestamp': '2023-06-07T22:19:06.236601+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 39482/3000000) | |
18:19:12.688 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:12.688 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:12.689 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:12.690 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:12.703 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-251' for task 'load'", 'timestamp': '2023-06-07T22:19:12.703257+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:12.703 | INFO | Flow run 'beryl-hamster' - Created task run 'load-251' for task 'load' | |
18:19:12.704 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-251' for execution.", 'timestamp': '2023-06-07T22:19:12.704160+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:12.704 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-251' for execution. | |
18:19:12.704 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.705 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.705 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.705 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.707 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.707 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.707 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.718 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.727 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-85' for execution.", 'timestamp': '2023-06-07T22:19:06.237479+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 39707/3000000) | |
18:19:12.727 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.728 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.728 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.728 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.740 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.741 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.741 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.744 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.745 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-252' for task 'load'", 'timestamp': '2023-06-07T22:19:12.745341+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:12.745 | INFO | Flow run 'beryl-hamster' - Created task run 'load-252' for task 'load' | |
18:19:12.746 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-252' for execution.", 'timestamp': '2023-06-07T22:19:12.746222+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:12.746 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-252' for execution. | |
18:19:12.752 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.752 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.752 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.752 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.757 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-253' for task 'load'", 'timestamp': '2023-06-07T22:19:12.756957+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:12.756 | INFO | Flow run 'beryl-hamster' - Created task run 'load-253' for task 'load' | |
18:19:12.758 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-253' for execution.", 'timestamp': '2023-06-07T22:19:12.757824+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:12.757 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-253' for execution. | |
18:19:12.770 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-118' for task 'load'", 'timestamp': '2023-06-07T22:19:06.315914+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 39932/3000000) | |
18:19:12.771 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.771 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.771 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.774 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.790 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.790 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.790 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.790 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.793 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.794 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.794 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.794 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.795 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-118' for execution.", 'timestamp': '2023-06-07T22:19:06.316843+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 40158/3000000) | |
18:19:12.802 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:12.802423+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '4192e5b8-89c9-4d19-abba-04b1fffc9045', '__payload_size__': 238} | |
18:19:12.802 | DEBUG | Task run 'load-114' - Beginning execution... | |
18:19:12.806 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.807 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.807 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.807 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.808 | DEBUG | WorkerThread-57 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/OC.csv')) in thread 'WorkerThread-57' with timeout None | |
18:19:12.808 | DEBUG | WorkerThread-57 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:12.809 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.809 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.809 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.811 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.840 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:06.319286+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'eacb821a-7345-483e-9f2d-13890eb9e09a'} to batch (size 40396/3000000) | |
18:19:12.841 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.841 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.841 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.841 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.853 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.853 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.854 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.861 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-255' for task 'load'", 'timestamp': '2023-06-07T22:19:12.861677+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:12.861 | INFO | Flow run 'beryl-hamster' - Created task run 'load-255' for task 'load' | |
18:19:12.862 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-255' for execution.", 'timestamp': '2023-06-07T22:19:12.862620+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:12.867 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.862 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-255' for execution. | |
18:19:12.874 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-133' for task 'load'", 'timestamp': '2023-06-07T22:19:12.873835+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:12.873 | INFO | Flow run 'beryl-hamster' - Created task run 'load-133' for task 'load' | |
18:19:12.874 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-133' for execution.", 'timestamp': '2023-06-07T22:19:12.874714+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:12.874 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-133' for execution. | |
18:19:12.878 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-186' for task 'load'", 'timestamp': '2023-06-07T22:19:12.878340+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:12.878 | INFO | Flow run 'beryl-hamster' - Created task run 'load-186' for task 'load' | |
18:19:12.879 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-186' for execution.", 'timestamp': '2023-06-07T22:19:12.879153+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:12.879 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-186' for execution. | |
18:19:12.901 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.902 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.902 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.902 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.903 | DEBUG | WorkerThread-57 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.10> exited | |
18:19:12.903 | DEBUG | WorkerThread-57 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/OC.csv')) | |
18:19:12.903 | INFO | WorkerThread-57 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-57' | |
18:19:12.904 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:12.904432+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'd7b2b8ff-0a95-489c-8051-065c07c89f69', '__payload_size__': 245} | |
18:19:12.904 | INFO | Task run 'load-4' - Finished in state Completed() | |
18:19:12.906 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.907 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.907 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.908 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.908 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-120' for task 'load'", 'timestamp': '2023-06-07T22:19:06.434470+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 40621/3000000) | |
18:19:12.916 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:12.916 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:12.916 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:12.916 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:12.931 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.931 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.931 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.931 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.939 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.939 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.939 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:12.941 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:12.954 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:12.954538+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'd47ab92b-b440-4eaa-9569-06763871afed', '__payload_size__': 238} | |
18:19:12.954 | DEBUG | Task run 'load-29' - Beginning execution... | |
18:19:12.955 | DEBUG | WorkerThread-58 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/UTL.csv')) in thread 'WorkerThread-58' with timeout None | |
18:19:12.956 | DEBUG | WorkerThread-58 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:12.960 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-120' for execution.", 'timestamp': '2023-06-07T22:19:06.435391+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 40847/3000000) | |
18:19:12.963 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:12.963 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.963 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:12.963 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:12.967 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-137' for task 'load'", 'timestamp': '2023-06-07T22:19:12.967149+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:12.967 | INFO | Flow run 'beryl-hamster' - Created task run 'load-137' for task 'load' | |
18:19:12.968 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-137' for execution.", 'timestamp': '2023-06-07T22:19:12.968033+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:12.968 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-137' for execution. | |
18:19:12.986 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:12.995 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.01> exited | |
18:19:12.995 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:13.002 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:13.002181+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'f1afa6fd-26b6-4ee1-9987-09503430a1d1', '__payload_size__': 245} | |
18:19:13.003 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:13.002 | INFO | Task run 'load-69' - Finished in state Completed() | |
18:19:13.024 | DEBUG | WorkerThread-58 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.07> exited | |
18:19:13.024 | DEBUG | WorkerThread-58 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/UTL.csv')) | |
18:19:13.024 | INFO | WorkerThread-58 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-58' | |
18:19:13.026 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:13.026 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:13.026 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:13.026 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:13.029 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:13.029325+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '41e46b39-8794-4b1d-af64-b2d04f092d1f', '__payload_size__': 238} | |
18:19:13.029 | DEBUG | Task run 'load-118' - Beginning execution... | |
18:19:13.031 | DEBUG | WorkerThread-59 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/R.csv')) in thread 'WorkerThread-59' with timeout None | |
18:19:13.031 | DEBUG | WorkerThread-59 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:13.038 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:13.038 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:13.038 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:13.040 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:13.043 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-87' for task 'load'", 'timestamp': '2023-06-07T22:19:06.438129+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 41071/3000000) | |
18:19:13.043 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:13.050 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:13.053 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:13.053 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:13.088 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-260' for task 'load'", 'timestamp': '2023-06-07T22:19:13.088453+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:13.088 | INFO | Flow run 'beryl-hamster' - Created task run 'load-260' for task 'load' | |
18:19:13.091 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-260' for execution.", 'timestamp': '2023-06-07T22:19:13.090966+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:13.090 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-260' for execution. | |
18:19:13.102 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:13.103 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:13.103 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:13.103 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:13.106 | DEBUG | WorkerThread-59 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.08> exited | |
18:19:13.111 | DEBUG | WorkerThread-59 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/R.csv')) | |
18:19:13.111 | INFO | WorkerThread-59 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-59' | |
18:19:13.117 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:13.118 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:13.118 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:13.121 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:13.124 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-261' for task 'load'", 'timestamp': '2023-06-07T22:19:13.124285+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:13.124 | INFO | Flow run 'beryl-hamster' - Created task run 'load-261' for task 'load' | |
18:19:13.125 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-261' for execution.", 'timestamp': '2023-06-07T22:19:13.125309+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:13.125 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-261' for execution. | |
18:19:13.129 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-87' for execution.", 'timestamp': '2023-06-07T22:19:06.438955+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 41296/3000000) | |
18:19:13.130 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:13.130 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:13.130 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:13.130 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:13.140 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:13.140 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:13.140 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:13.140 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:13.150 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:13.151 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:13.151 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:13.154 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:13.158 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-263' for task 'load'", 'timestamp': '2023-06-07T22:19:13.158611+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:13.158 | INFO | Flow run 'beryl-hamster' - Created task run 'load-263' for task 'load' | |
18:19:13.159 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-263' for execution.", 'timestamp': '2023-06-07T22:19:13.159509+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:13.159 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-263' for execution. | |
18:19:13.175 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:13.176 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:13.176 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:13.176 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:13.176 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-52' for task 'load'", 'timestamp': '2023-06-07T22:19:06.442875+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 41520/3000000) | |
18:19:13.183 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:13.183 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:13.184 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:13.186 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:13.196 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 20, 'message': 'Finished in state Completed()', 'timestamp': '2023-06-07T22:19:13.196239+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': '9d7f5b93-9c0d-439c-a319-0047cde8b471', '__payload_size__': 245} | |
18:19:13.196 | INFO | Task run 'load-51' - Finished in state Completed() | |
18:19:13.202 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:13.202 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:13.203 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:13.203 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:13.204 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-52' for execution.", 'timestamp': '2023-06-07T22:19:06.443684+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 41745/3000000) | |
18:19:13.205 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:13.205 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:13.205 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:13.206 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:13.208 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-264' for task 'load'", 'timestamp': '2023-06-07T22:19:13.208089+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:13.208 | INFO | Flow run 'beryl-hamster' - Created task run 'load-264' for task 'load' | |
18:19:13.209 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-264' for execution.", 'timestamp': '2023-06-07T22:19:13.208969+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:13.208 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-264' for execution. | |
18:19:13.220 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:13.220 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:13.220 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:13.220 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:13.225 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:13.225060+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'f98eeb87-492c-41bc-824e-2610ef5a445f', '__payload_size__': 238} | |
18:19:13.225 | DEBUG | Task run 'load-171' - Beginning execution... | |
18:19:13.227 | DEBUG | WorkerThread-60 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/SFBC.csv')) in thread 'WorkerThread-60' with timeout None | |
18:19:13.227 | DEBUG | WorkerThread-60 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:13.228 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:13.228158+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'adc33b39-5733-4651-bb85-b7ba7f2e28e6', '__payload_size__': 238} | |
18:19:13.228 | DEBUG | Task run 'load-16' - Beginning execution... | |
18:19:13.237 | DEBUG | WorkerThread-61 | prefect._internal.concurrency - Running call load(PosixPath('/Users/jquick/data/prices/GILD.csv')) in thread 'WorkerThread-61' with timeout None | |
18:19:13.237 | DEBUG | WorkerThread-61 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' RUNNING, runtime=0.00> entered | |
18:19:13.238 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:13.238 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:13.238 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:13.241 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:13.245 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-192' for task 'load'", 'timestamp': '2023-06-07T22:19:13.244912+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:13.244 | INFO | Flow run 'beryl-hamster' - Created task run 'load-192' for task 'load' | |
18:19:13.247 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-192' for execution.", 'timestamp': '2023-06-07T22:19:13.247604+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:13.247 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-192' for execution. | |
18:19:13.262 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-265' for task 'load'", 'timestamp': '2023-06-07T22:19:13.262119+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:13.262 | INFO | Flow run 'beryl-hamster' - Created task run 'load-265' for task 'load' | |
18:19:13.289 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-265' for execution.", 'timestamp': '2023-06-07T22:19:13.289107+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:13.289 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-265' for execution. | |
18:19:13.306 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.task_runs', 'level': 10, 'message': 'Beginning execution...', 'timestamp': '2023-06-07T22:19:06.446218+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': 'd7b2b8ff-0a95-489c-8051-065c07c89f69'} to batch (size 41983/3000000) | |
18:19:13.323 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:13.323 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:13.323 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:13.323 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:13.324 | DEBUG | WorkerThread-60 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.10> exited | |
18:19:13.324 | DEBUG | WorkerThread-61 | prefect._internal.concurrency - <WatcherThreadCancelScope, name='load' COMPLETED, runtime=0.09> exited | |
18:19:13.326 | DEBUG | WorkerThread-60 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/SFBC.csv')) | |
18:19:13.327 | DEBUG | WorkerThread-61 | prefect._internal.concurrency - Finished call load(PosixPath('/Users/jquick/data/prices/GILD.csv')) | |
18:19:13.327 | INFO | WorkerThread-60 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-60' | |
18:19:13.328 | INFO | WorkerThread-61 | prefect._internal.concurrency - Exiting worker thread 'WorkerThread-61' | |
18:19:13.333 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:13.334 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:13.334 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Finished async call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) | |
18:19:13.336 | DEBUG | MainThread | prefect._internal.concurrency - Waiter <SyncWaiter call=get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...), owner='MainThread'> watching for callbacks | |
18:19:13.338 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:13.338 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:13.339 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:13.339 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:13.339 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function ResultFactory.create_result at 0x10ad9bbe0> --> return coroutine for internal await | |
18:19:13.339 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.create at 0x10adb43a0> --> return coroutine for internal await | |
18:19:13.340 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function _get_state_result at 0x10adb41f0> --> return coroutine for internal await | |
18:19:13.340 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <function UnpersistedResult.get at 0x10adb4280> --> return coroutine for internal await | |
18:19:13.348 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> added item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-122' for task 'load'", 'timestamp': '2023-06-07T22:19:06.492466+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None} to batch (size 42208/3000000) | |
18:19:13.352 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Running call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in thread 'GlobalEventLoopThread' with timeout None | |
18:19:13.352 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:13.353 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <WatcherThreadCancelScope, name='get_task_call_return_value' COMPLETED, runtime=0.00> exited | |
18:19:13.353 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Scheduling coroutine for call get_task_call_return_value(task=<prefect.tasks.Task object at 0x10b73add0>, flow_run_context=FlowRunContext(start_time=DateTime...) in running loop <_UnixSelectorEventLoop running=True closed=False debug=False> | |
18:19:13.355 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Created task run 'load-194' for task 'load'", 'timestamp': '2023-06-07T22:19:13.355251+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 225} | |
18:19:13.355 | INFO | Flow run 'beryl-hamster' - Created task run 'load-194' for task 'load' | |
18:19:13.356 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - Service <prefect.logging.handlers.APILogWorker object at 0x1263ba620> enqueing item {'name': 'prefect.flow_runs', 'level': 20, 'message': "Submitted task run 'load-194' for execution.", 'timestamp': '2023-06-07T22:19:13.356109+00:00', 'flow_run_id': '2081fc54-c183-4ab5-98e1-e5b8829538c5', 'task_run_id': None, '__payload_size__': 226} | |
18:19:13.356 | INFO | Flow run 'beryl-hamster' - Submitted task run 'load-194' for execution. | |
18:19:13.357 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_task_call_return_value' RUNNING, runtime=0.00> entered | |
18:19:13.357 | DEBUG | GlobalEventLoopThread | prefect._internal.concurrency - <AsyncCancelScope, name='get_ta |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment